avoid frequent PHP mac distribtest timeouts (#30847)

pull/30076/head
Jan Tattermusch 2 years ago committed by GitHub
parent 9d047f88f5
commit 2d7ebdb5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/artifacts/distribtest_targets.py

@ -277,7 +277,7 @@ class PHP7DistribTest(object):
return create_jobspec(
self.name, ['test/distrib/php/run_distrib_test_macos.sh'],
environ={'EXTERNAL_GIT_ROOT': '../../../..'},
timeout_seconds=15 * 60,
timeout_seconds=20 * 60,
use_workspace=True)
else:
raise Exception("Not supported yet.")

Loading…
Cancel
Save