aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar makdharma <makdharma@users.noreply.github.com>2016-08-09 15:47:51 -0700
committerGravatar GitHub <noreply@github.com>2016-08-09 15:47:51 -0700
commit2f24f497c4e9578d9cc8a4a5606b3846c14e51d7 (patch)
tree6b548e5e241f91e7fb8d1b2a96f1c8af63096366 /tools
parent328f7bfe185a700951a160e6d8657591b6db4cf3 (diff)
parent58c0615c1dbde6b72358d4d6a07664bdaad303d7 (diff)
Merge pull request #7680 from muxi/fix-objc-jenkins-test
Extend the deadline of objc-examples-build to 30 minutes
Diffstat (limited to 'tools')
-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)]