Increase timeout

This commit is contained in:
Arnaud 2025-02-25 15:08:00 +01:00
parent 0fe3a48a93
commit b2a0aaab13
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -91,7 +91,7 @@ jobs:
- name: Check Codex API
run: |
curl --max-time 5 --fail localhost:8080/api/codex/v1/debug/info -w "\n"
curl --max-time 10 --fail localhost:8080/api/codex/v1/debug/info -w "\n"
[[ $? -eq 0 ]] && { echo "Codex node is up"; } || { echo "Please check Codex node"; exit 1; }
- uses: actions/checkout@v4