Skip to content

Commit

Permalink
increased wait time for server to 2 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 18, 2024
1 parent bd326a5 commit e05181f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_ci_playwright_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Wait for web server to be ready with retry
run: |
MAX_ATTEMPTS=3
WAIT_TIME=90
WAIT_TIME=120
ATTEMPT=1
while [[ $ATTEMPT -le $MAX_ATTEMPTS ]]
do
Expand Down

0 comments on commit e05181f

Please sign in to comment.