Skip to content

Commit 674bc2d

Browse files
committed
Add sleep timeout of 1 minute in fetch-artifacts.sh
1 parent d3d21a1 commit 674bc2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/fetch-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ SHA="${HEAD_SHA}"
1919
TOKEN="${TOKEN}"
2020
API_BASE="https://api.github.com/repos/${REPO}"
2121
RETRIES=${RETRIES:-30}
22-
SLEEP_SEC=${SLEEP_SEC:-30}
22+
SLEEP_SEC=${SLEEP_SEC:-60}
2323
ALLOWED_EVENTS=${ALLOWED_EVENTS:-pull_request,pull_request_target}
2424

2525
mkdir -p artifacts

0 commit comments

Comments
 (0)