Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rylew1 committed May 18, 2024
1 parent 73c9c75 commit 841c408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend-a11y.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: npm run dev &

- name: Wait for server to be ready
run: npx wait-on http://localhost:3000
run: npx wait-on http://localhost:3000 --timeout 60000 --log-level verbose

- name: Run pa11y-ci
run: npm run test:pa11y 2>&1 | tee pa11y_output.txt
Expand Down

0 comments on commit 841c408

Please sign in to comment.