From d908f6fc1830cd89ccfc6b6d8051f1810c572c81 Mon Sep 17 00:00:00 2001 From: yulin-liang Date: Tue, 3 Nov 2020 12:54:54 -0800 Subject: [PATCH] Extend the timeout for ios-cpp-test-cronet --- 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 2135b5fe1fd..ac462dfa12e 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -1137,7 +1137,7 @@ class ObjCLanguage(object): environ={'SCHEME': 'PerfTestsPosix'})) out.append( 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', cpu_cost=1e6, environ=_FORCE_ENVIRON_FOR_WRAPPERS))