aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2017-08-22 12:07:31 -0700
committerGravatar GitHub <noreply@github.com>2017-08-22 12:07:31 -0700
commit6d4014e163ef110da066fb787b8cbca9c3949ae6 (patch)
treecedc22ebafa502d574951e42aa46a77c0dcb4644
parentd6e0df42c5c214f2a06b8f614eed2467176b12a9 (diff)
parent2e0e4e91ed46c5fe39a327ab6484f4531d29788f (diff)
Merge pull request #12252 from kpayson64/mac_artifact
Increase Python mac target build time 30m -> 60m
-rw-r--r--tools/run_tests/artifacts/artifact_targets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py
index 841bbdf912..41ab8b9339 100644
--- a/tools/run_tests/artifacts/artifact_targets.py
+++ b/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):