[test] Increase test timeout

pull/35887/head
Eugene Ostroukhov 1 year ago
parent 3459e5c7b8
commit ed2f0f0856
  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