aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifact_targets.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-01 16:48:12 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-02 18:50:20 -0800
commita14008ba2f1eb9dca420b89a5e4ed1c661383e83 (patch)
treec5b723500c6d2762edeff19f21f12bd7eb8f96ff /tools/run_tests/artifact_targets.py
parent44372138c51a0758698e973f8c839ee08986ac4d (diff)
increase timeout
Diffstat (limited to 'tools/run_tests/artifact_targets.py')
-rw-r--r--tools/run_tests/artifact_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifact_targets.py b/tools/run_tests/artifact_targets.py
index c7ca9a07c5..d0aee7dda3 100644
--- a/tools/run_tests/artifact_targets.py
+++ b/tools/run_tests/artifact_targets.py
@@ -62,7 +62,7 @@ def create_jobspec(name, cmdline, environ=None, shell=False,
cmdline=cmdline,
environ=environ,
shortname='build_artifact.%s' % (name),
- timeout_seconds=5*60,
+ timeout_seconds=10*60,
flake_retries=flake_retries,
timeout_retries=timeout_retries,
shell=shell)