aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-06-22 01:30:47 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-06-22 01:30:47 -0700
commitc0668c837b0ee48f64d0a912e2c6120f2ab719c5 (patch)
treefa298a087c01cbe39f0d2f3a3b91b932fa313b1a /tools/run_tests
parentf95a4898abd5888c34b31354cdbe9a909958aa08 (diff)
Increase timeout_seconds for build_example_test
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 580afc32de..5c8f6f2a0e 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -604,7 +604,8 @@ class ObjCLanguage(object):
return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], None,
environ=_FORCE_ENVIRON_FOR_WRAPPERS),
self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
- None, environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
+ timeout_seconds=15*60, None,
+ environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
def pre_build_steps(self):
return []