Skip to content
Snippets Groups Projects
Commit 2f24f497 authored by makdharma's avatar makdharma Committed by GitHub
Browse files

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

Extend the deadline of objc-examples-build to 30 minutes
parents 328f7bfe 58c0615c
No related branches found
No related tags found
No related merge requests found
...@@ -706,7 +706,7 @@ class ObjCLanguage(object): ...@@ -706,7 +706,7 @@ class ObjCLanguage(object):
shortname='objc-tests', shortname='objc-tests',
environ=_FORCE_ENVIRON_FOR_WRAPPERS), environ=_FORCE_ENVIRON_FOR_WRAPPERS),
self.config.job_spec(['src/objective-c/tests/build_example_test.sh'], self.config.job_spec(['src/objective-c/tests/build_example_test.sh'],
timeout_seconds=15*60, timeout_seconds=30*60,
shortname='objc-examples-build', shortname='objc-examples-build',
environ=_FORCE_ENVIRON_FOR_WRAPPERS)] environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment