Skip to content
Snippets Groups Projects
Commit ed3ad4b3 authored by Jan Tattermusch's avatar Jan Tattermusch Committed by GitHub
Browse files

Merge pull request #11385 from jtattermusch/ruby_artifact_timeout

Increase timeout for builing ruby artifact
parents 212ef23a 147f52f3
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