aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 07:08:18 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-02-09 07:08:18 -0800
commiteba3430d20c9ed5b1d6dced04442ab079b7379f2 (patch)
treeab6c15827e175f852bff6e3751a5c7bd8d853395 /tools
parent9b6d8450099f1aadd6ed8bdd6134180464ea5fe0 (diff)
node needs bigger artifacts timeout
Diffstat (limited to 'tools')
-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 b37f968c06..e0798597b3 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=10*60,
+ timeout_seconds=15*60,
flake_retries=flake_retries,
timeout_retries=timeout_retries,
shell=shell)