aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifact_targets.py
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 08:18:02 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 08:18:02 -0800
commit5b762b65fd2eb499b0f211acf9c9f57399ec3f9c (patch)
treea0ad28c5515b4c9ec6de208d6c1fa6ade78ad607 /tools/run_tests/artifact_targets.py
parent6677a86283989ea70803b2292b5836fbd8f0fe96 (diff)
make timeout for artifacts even bigger
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 e0798597b3..74d2a4859c 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=15*60,
+ timeout_seconds=30*60,
flake_retries=flake_retries,
timeout_retries=timeout_retries,
shell=shell)