Merge pull request #24968 from lidizheng/increase-build-extra-timeout

Increase Python job timeout to deflake build extra job
reviewable/pr24988/r1
Lidi Zheng 4 years ago committed by GitHub
commit bacd659bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/run_tests.py

@ -648,7 +648,7 @@ class PythonLanguage(object):
return [
self.config.job_spec(
config.run,
timeout_seconds=5 * 60,
timeout_seconds=8 * 60,
environ=dict(GRPC_PYTHON_TESTRUNNER_FILTER=str(suite_name),
**environment),
shortname='%s.%s.%s' %

Loading…
Cancel
Save