Skip to content

Commit

Permalink
CI (Buildkite): increase the default timeouts (#42953)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7d41d1e)
  • Loading branch information
DilumAluthge authored and KristofferC committed Nov 12, 2021
1 parent 738e857 commit cbcc975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/utilities/platforms/platforms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ cat "${ARCHES:?}" | tr -s ' ' | while read _line; do
fi

if [[ "${TIMEOUT_BK:?}" == "." ]]; then
export TIMEOUT_BK="60"
export TIMEOUT_BK="90"
fi

if [[ "${TIMEOUT_RR:?}" == "." ]]; then
export TIMEOUT_RR="30"
export TIMEOUT_RR="60"
fi

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

0 comments on commit cbcc975

Please sign in to comment.