summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-14 16:25:10 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-14 16:25:10 -0400
commita0aae106b351d0a50244b5bcc676af877d6eb87c (patch)
treeee19b9847f8ff2958b110f5a097768b3f0ae1913
parente859461f63000df3bdd1d98b5a65cf7e21adc6d5 (diff)
downloadchef-sean-simmons-progress/extendTimeout.tar.gz
correcting where the timeout value needs to be setsean-simmons-progress/extendTimeout
Signed-off-by: Sean Simmons <ssimmons@progress.com>
-rwxr-xr-x.buildkite/build-test-omnibus.sh2
-rw-r--r--.expeditor/verify.pipeline.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.buildkite/build-test-omnibus.sh b/.buildkite/build-test-omnibus.sh
index ef77287e5b..e59297127d 100755
--- a/.buildkite/build-test-omnibus.sh
+++ b/.buildkite/build-test-omnibus.sh
@@ -269,7 +269,7 @@ then
echo " retry:"
echo " automatic:"
echo " limit: 1"
- echo " timeout_in_minutes: 90"
+ echo " timeout_in_minutes: 240"
echo " agents:"
echo " queue: omnibus-${platform%:*}"
if [ $build_key == "mac_os_x-10_15-x86_64" ] || [ $build_key == "mac_os_x-11-arm64" ]
diff --git a/.expeditor/verify.pipeline.yml b/.expeditor/verify.pipeline.yml
index c613a4c941..579fd42f5f 100644
--- a/.expeditor/verify.pipeline.yml
+++ b/.expeditor/verify.pipeline.yml
@@ -5,7 +5,7 @@ expeditor:
retry:
automatic:
limit: 1
- timeout_in_minutes: 120
+ timeout_in_minutes: 60
steps:
- command: .buildkite/verify.pipeline.sh | buildkite-agent pipeline upload