Skip to content

Commit 80d79ad

Browse files
DilumAluthgeKristofferC
authored andcommitted
CI (Buildkite): increase the default timeouts (#42953)
(cherry picked from commit 7d41d1e)
1 parent 190ae96 commit 80d79ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/utilities/platforms/platforms.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ cat "${ARCHES:?}" | tr -s ' ' | while read _line; do
6161
fi
6262

6363
if [[ "${TIMEOUT_BK:?}" == "." ]]; then
64-
export TIMEOUT_BK="60"
64+
export TIMEOUT_BK="90"
6565
fi
6666

6767
if [[ "${TIMEOUT_RR:?}" == "." ]]; then
68-
export TIMEOUT_RR="30"
68+
export TIMEOUT_RR="60"
6969
fi
7070

7171
if [[ "${RETRIES:?}" == "." ]]; then

0 commit comments

Comments
 (0)