[test] Increase test timeout (#35887)

Closes #35887

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35887 from eugeneo:release/162 ed2f0f0856
PiperOrigin-RevId: 606382703
pull/35891/head
Eugene Ostroukhov 11 months ago committed by Copybara-Service
parent c75d5c9878
commit 6df52f865f
  1. 2
      tools/run_tests/artifacts/distribtest_targets.py

@ -303,7 +303,7 @@ class PHP7DistribTest(object):
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:

Loading…
Cancel
Save