Increase timeout_seconds for build_example_test

pull/6992/head
Yuchen Zeng 9 years ago
parent f95a4898ab
commit c0668c837b
  1. 3
      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, return [self.config.job_spec(['src/objective-c/tests/run_tests.sh'], None,
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'],
None, environ=_FORCE_ENVIRON_FOR_WRAPPERS)] timeout_seconds=15*60, None,
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
def pre_build_steps(self): def pre_build_steps(self):
return [] return []

Loading…
Cancel
Save