Skip to content

Commit

Permalink
node needs bigger artifacts timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jtattermusch committed Feb 9, 2016
1 parent 9b6d845 commit eba3430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_tests/artifact_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def create_jobspec(name, cmdline, environ=None, shell=False,
cmdline=cmdline,
environ=environ,
shortname='build_artifact.%s' % (name),
timeout_seconds=10*60,
timeout_seconds=15*60,
flake_retries=flake_retries,
timeout_retries=timeout_retries,
shell=shell)
Expand Down

0 comments on commit eba3430

Please sign in to comment.