aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/artifacts/artifact_targets.py
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-03-07 13:40:00 -0800
committerGravatar kpayson64 <kpayson@google.com>2018-03-07 13:40:00 -0800
commit03f2200e83d17f71f9cf88a306c98e5a3d7c46c1 (patch)
tree83fdfaf0b81eb9cada1e54d5836a37c6ef706e97 /tools/run_tests/artifacts/artifact_targets.py
parent5699cfcd4537df3a4358034fcfefed1ccc5a66a2 (diff)
Increase mac Python artifact build timeout
Diffstat (limited to 'tools/run_tests/artifacts/artifact_targets.py')
-rw-r--r--tools/run_tests/artifacts/artifact_targets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py
index efc4ca0d8a..53c7e178d8 100644
--- a/tools/run_tests/artifacts/artifact_targets.py
+++ b/tools/run_tests/artifacts/artifact_targets.py
@@ -177,7 +177,7 @@ class PythonArtifact:
self.name,
['tools/run_tests/artifacts/build_artifact_python.sh'],
environ=environ,
- timeout_seconds=60 * 60,
+ timeout_seconds=60 * 60 * 2,
use_workspace=True)
def __str__(self):