Skip to content

Commit

Permalink
CI (Buildkite): increase the default timeouts (JuliaLang#42953)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored and LilithHafner committed Mar 8, 2022
1 parent 78dcad2 commit e0b3f37
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 e0b3f37

Please sign in to comment.