From 4791f6be68fdc7e57511c6297b71b9c10d78315c Mon Sep 17 00:00:00 2001 From: yulin-liang Date: Mon, 19 Oct 2020 10:55:56 -0700 Subject: [PATCH] Extend time out for cfstream-test. --- 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 bdda15fc7c7..2135b5fe1fd 100755 --- a/tools/run_tests/run_tests.py +++ b/tools/run_tests/run_tests.py @@ -1100,7 +1100,7 @@ class ObjCLanguage(object): out.append( self.config.job_spec( ['test/core/iomgr/ios/CFStreamTests/build_and_run_tests.sh'], - timeout_seconds=30 * 60, + timeout_seconds=60 * 60, shortname='ios-test-cfstream-tests', cpu_cost=1e6, environ=_FORCE_ENVIRON_FOR_WRAPPERS))