mirror of
https://github.com/logos-storage/logos-storage-marketplace-ui.git
synced 2026-01-05 23:13:08 +00:00
Increase timeout
This commit is contained in:
parent
0fe3a48a93
commit
b2a0aaab13
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user