More attempts

This commit is contained in:
Fang-Pen Lin
2025-11-07 19:20:09 -08:00
parent 81c88fffec
commit e9f88e28be

View File

@@ -66,7 +66,7 @@ jobs:
uses: nick-fields/retry@v3 uses: nick-fields/retry@v3
with: with:
timeout_seconds: 60 timeout_seconds: 60
max_attempts: 12 max_attempts: 30
command: | command: |
curl -f -X GET http://localhost:8080/api/v1/admin/config curl -f -X GET http://localhost:8080/api/v1/admin/config
- name: Run bdd tests - name: Run bdd tests