Skip to content

Commit 5ec321b

Browse files
authored
Update platforms.sh
1 parent 56beb6c commit 5ec321b

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
@@ -56,11 +56,11 @@ cat "${ARCHES:?}" | tr -s ' ' | while read _line; do
5656
fi
5757

5858
if [[ "${TIMEOUT_BK:?}" == "." ]]; then
59-
export TIMEOUT="60"
59+
export TIMEOUT_BK="60"
6060
fi
6161

6262
if [[ "${TIMEOUT_RR:?}" == "." ]]; then
63-
export TIMEOUT="30"
63+
export TIMEOUT_RR="30"
6464
fi
6565

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

0 commit comments

Comments
 (0)