Extend the timeout for ios-cpp-test-cronet

pull/24658/head
yulin-liang 4 years ago
parent fa334f322f
commit d908f6fc18
  1. 2
      tools/run_tests/run_tests.py

@ -1137,7 +1137,7 @@ class ObjCLanguage(object):
environ={'SCHEME': 'PerfTestsPosix'})) environ={'SCHEME': 'PerfTestsPosix'}))
out.append( out.append(
self.config.job_spec(['test/cpp/ios/build_and_run_tests.sh'], self.config.job_spec(['test/cpp/ios/build_and_run_tests.sh'],
timeout_seconds=30 * 60, timeout_seconds=60 * 60,
shortname='ios-cpp-test-cronet', shortname='ios-cpp-test-cronet',
cpu_cost=1e6, cpu_cost=1e6,
environ=_FORCE_ENVIRON_FOR_WRAPPERS)) environ=_FORCE_ENVIRON_FOR_WRAPPERS))

Loading…
Cancel
Save