Skip to content
Snippets Groups Projects
Commit 147f52f3 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

increase timeout for builing ruby artifact

parent db87893c
No related branches found
No related tags found
No related merge requests found
...@@ -180,7 +180,8 @@ class RubyArtifact: ...@@ -180,7 +180,8 @@ class RubyArtifact:
# We are using a custom workspace instead. # We are using a custom workspace instead.
return create_jobspec(self.name, return create_jobspec(self.name,
['tools/run_tests/artifacts/build_artifact_ruby.sh'], ['tools/run_tests/artifacts/build_artifact_ruby.sh'],
use_workspace=True) use_workspace=True,
timeout_seconds=45*60)
class CSharpExtArtifact: class CSharpExtArtifact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment