From 03f2200e83d17f71f9cf88a306c98e5a3d7c46c1 Mon Sep 17 00:00:00 2001 From: kpayson64 Date: Wed, 7 Mar 2018 13:40:00 -0800 Subject: [PATCH] Increase mac Python artifact build timeout --- tools/run_tests/artifacts/artifact_targets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py index efc4ca0d8a5..53c7e178d89 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):