Skip to content

Commit

Permalink
ci: increase waiting time for E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgleam committed Oct 3, 2024
1 parent 547843b commit ae63cf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
PG_DB: crappy_test
run: |
gleam run &
sleep 10 &&
sleep 30 &&
curl http://localhost:8000 -I
- name: ZAP Scan
uses: zaproxy/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
PG_DB: crappy_test
run: |
gleam run &
sleep 10 &&
sleep 30 &&
curl http://localhost:8000 -I
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit ae63cf2

Please sign in to comment.