Increase Python mac target build time 30m -> 60m

pull/12252/head
Ken Payson 8 years ago
parent f1ab1130c8
commit 2e0e4e91ed
  1. 1
      tools/run_tests/artifacts/artifact_targets.py

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

Loading…
Cancel
Save