Skip to content

Commit 18ce0c8

Browse files
committed
Update deploy time wait
1 parent a64a593 commit 18ce0c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,7 @@ jobs:
153153
- name: Poll Deployment Status
154154
if: env.TEST_MODE != 'true'
155155
run: |
156-
# Increase MAX_RETRIES or SLEEP_TIME if your deployments take longer
157-
MAX_RETRIES=30
156+
MAX_RETRIES=60
158157
SLEEP_TIME=10
159158
COUNTER=0
160159

0 commit comments

Comments
 (0)