Skip to content

Commit

Permalink
ci(atest): Increase retry delay for test server
Browse files Browse the repository at this point in the history
Increased the retry delay for the test server connection in the CI workflow to improve stability.
  • Loading branch information
asyrjasalo committed Jul 28, 2024
1 parent fdc7b17 commit 5a0e3a1
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 2 http://localhost:8273
curl --retry 5 --retry-connrefused --retry-delay 3 http://localhost:8273
- name: Run acceptance tests
run: pdm atest

0 comments on commit 5a0e3a1

Please sign in to comment.