From 6df52f865feec8de0dffe16e5b62ec01741a55b6 Mon Sep 17 00:00:00 2001 From: Eugene Ostroukhov Date: Mon, 12 Feb 2024 15:25:16 -0800 Subject: [PATCH] [test] Increase test timeout (#35887) Closes #35887 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35887 from eugeneo:release/162 ed2f0f08560f2fb89cb9a46c02c98d09c299d15d PiperOrigin-RevId: 606382703 --- tools/run_tests/artifacts/distribtest_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/artifacts/distribtest_targets.py b/tools/run_tests/artifacts/distribtest_targets.py index cff61987d0495..fe71900756fc2 100644 --- a/tools/run_tests/artifacts/distribtest_targets.py +++ b/tools/run_tests/artifacts/distribtest_targets.py @@ -303,7 +303,7 @@ def build_jobspec(self, inner_jobs=None): self.name, ["test/distrib/php/run_distrib_test_macos.sh"], environ={"EXTERNAL_GIT_ROOT": "../../../.."}, - timeout_seconds=20 * 60, + timeout_seconds=30 * 60, use_workspace=True, ) else: