Skip to content

Commit

Permalink
ci(actions): Increase retry delay for server startup
Browse files Browse the repository at this point in the history
  • Loading branch information
asyrjasalo committed Jul 29, 2024
1 parent d220b08 commit a9085da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/atest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
pdm testenv &
echo "Waiting for test server to become available..."
curl --retry 5 --retry-connrefused --retry-delay 3 http://localhost:8273
curl --retry 5 --retry-connrefused --retry-delay 5 http://localhost:8273
- name: Run acceptance tests
run: pdm atest

0 comments on commit a9085da

Please sign in to comment.