diff --git a/.buildkite/utilities/platforms/platforms.sh b/.buildkite/utilities/platforms/platforms.sh index bbfccb7a4a3a1..1513a9cd868d7 100755 --- a/.buildkite/utilities/platforms/platforms.sh +++ b/.buildkite/utilities/platforms/platforms.sh @@ -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