Skip to content

Commit

Permalink
Merge pull request grpc#11385 from jtattermusch/ruby_artifact_timeout
Browse files Browse the repository at this point in the history
Increase timeout for builing ruby artifact
  • Loading branch information
jtattermusch authored Jul 13, 2017
2 parents 212ef23 + 147f52f commit ed3ad4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/run_tests/artifacts/artifact_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ def build_jobspec(self):
# We are using a custom workspace instead.
return create_jobspec(self.name,
['tools/run_tests/artifacts/build_artifact_ruby.sh'],
use_workspace=True)
use_workspace=True,
timeout_seconds=45*60)


class CSharpExtArtifact:
Expand Down

0 comments on commit ed3ad4b

Please sign in to comment.