Merge pull request #7680 from muxi/fix-objc-jenkins-test

Extend the deadline of objc-examples-build to 30 minutes
pull/7308/head^2
makdharma 8 years ago committed by GitHub
commit 2f24f497c4
  1. 2
      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)]

Loading…
Cancel
Save