From 9ddfc68decb85a96bcd431eaf817a64f4966b0fc Mon Sep 17 00:00:00 2001 From: yulin-liang Date: Thu, 15 Oct 2020 11:30:42 -0700 Subject: [PATCH] Attempt to extend timeout for ios-test-cfstream-tests. --- 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 4df1f7d4082..bdda15fc7c7 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=20 * 60, + timeout_seconds=30 * 60, shortname='ios-test-cfstream-tests', cpu_cost=1e6, environ=_FORCE_ENVIRON_FOR_WRAPPERS))