We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190ae96 commit 80d79adCopy full SHA for 80d79ad
.buildkite/utilities/platforms/platforms.sh
@@ -61,11 +61,11 @@ cat "${ARCHES:?}" | tr -s ' ' | while read _line; do
61
fi
62
63
if [[ "${TIMEOUT_BK:?}" == "." ]]; then
64
- export TIMEOUT_BK="60"
+ export TIMEOUT_BK="90"
65
66
67
if [[ "${TIMEOUT_RR:?}" == "." ]]; then
68
- export TIMEOUT_RR="30"
+ export TIMEOUT_RR="60"
69
70
71
if [[ "${RETRIES:?}" == "." ]]; then
0 commit comments