aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2016-08-09 10:59:04 -0700
committerGravatar Muxi Yan <mxyan@google.com>2016-08-09 11:02:53 -0700
commit58c0615c1dbde6b72358d4d6a07664bdaad303d7 (patch)
tree2d6e31c89f805e4dd60e739391ccc87f70af37b4
parent50be893eba595a8cf270da3e59edd87128b854c9 (diff)
Extend the deadline of objc-examples-build to 30 minutes
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 542415d908..8be15dda4e 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -706,7 +706,7 @@ class ObjCLanguage(object):
shortname='objc-tests',
environ=_FORCE_ENVIRON_FOR_WRAPPERS),
self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
- timeout_seconds=15*60,
+ timeout_seconds=30*60,
shortname='objc-examples-build',
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]