From 708a5cae973c926b20b34e59506445f0a312cb2d Mon Sep 17 00:00:00 2001 From: William Blevins Date: Wed, 23 Jun 2021 18:20:10 -0400 Subject: [PATCH] Ensure timeout can be overridden for macos package building. --- .cicd/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cicd/pipeline.yml b/.cicd/pipeline.yml index fced5c396..9b23082af 100644 --- a/.cicd/pipeline.yml +++ b/.cicd/pipeline.yml @@ -486,7 +486,7 @@ steps: cd: ~ agents: - "queue=mac-anka-node-fleet" - timeout: 10 + timeout: ${TIMEOUT:-20} skip: ${SKIP_MACOS_10_14}${SKIP_PACKAGE_BUILDER} - label: ":darwin: Catalina - Package Builder" @@ -507,7 +507,7 @@ steps: wait-network: true agents: - "queue=mac-anka-node-fleet" - timeout: 20 + timeout: ${TIMEOUT:-20} skip: ${SKIP_MACOS_10_15}${SKIP_PACKAGE_BUILDER} - wait