Skip to content

Commit b562bcc

Browse files
author
Harmanpreet Kaur
committed
fix: increase wait time for propagation from 15 to 20 minutes
1 parent e73bcd9 commit b562bcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,8 @@ jobs:
383383
echo "DEPLOYMENT_SUCCESS=true" >> $GITHUB_OUTPUT
384384
385385
386-
- name: Wait for 15 minutes for propagation
387-
run: sleep 900
386+
- name: Wait for 20 minutes for propagation
387+
run: sleep 1200
388388

389389

390390
e2e-test:

0 commit comments

Comments
 (0)