Merge pull request #14630 from kpayson64/increase_mac_artifact_build_timeout

Increase mac Python artifact build timeout
pull/14662/head
kpayson64 7 years ago committed by GitHub
commit 2e251697b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/artifacts/artifact_targets.py

@ -177,7 +177,7 @@ class PythonArtifact:
self.name, self.name,
['tools/run_tests/artifacts/build_artifact_python.sh'], ['tools/run_tests/artifacts/build_artifact_python.sh'],
environ=environ, environ=environ,
timeout_seconds=60 * 60, timeout_seconds=60 * 60 * 2,
use_workspace=True) use_workspace=True)
def __str__(self): def __str__(self):

Loading…
Cancel
Save