diff --git a/.github/workflows/run-backend-bdd-tests.yml b/.github/workflows/run-backend-bdd-tests.yml index 0c537a9de0..93b0f977f1 100644 --- a/.github/workflows/run-backend-bdd-tests.yml +++ b/.github/workflows/run-backend-bdd-tests.yml @@ -66,7 +66,7 @@ jobs: uses: nick-fields/retry@v3 with: timeout_seconds: 60 - max_attempts: 12 + max_attempts: 30 command: | curl -f -X GET http://localhost:8080/api/v1/admin/config - name: Run bdd tests