Skip to content

Commit

Permalink
increased wait time for server
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed committed May 18, 2024
1 parent e05181f commit 26a2a3a
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=120
WAIT_TIME=1200
ATTEMPT=1
while [[ $ATTEMPT -le $MAX_ATTEMPTS ]]
do
Expand Down

0 comments on commit 26a2a3a

Please sign in to comment.