From 329fcfd7aa5292c00b2b6ea1926cfdd9fc530bd9 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Mon, 16 Dec 2019 09:55:31 -0800 Subject: [PATCH] Update run_tests.py --- tools/run_tests/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py index 0f287841da5..50dbbfa184f 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -1206,7 +1206,7 @@ class ObjCLanguage(object): out.append( self.config.job_spec( ['test/cpp/ios/build_and_run_tests.sh'], - timeout_seconds=20 * 60, + timeout_seconds=30 * 60, shortname='ios-cpp-test-cronet', cpu_cost=1e6, environ=_FORCE_ENVIRON_FOR_WRAPPERS))