chg: [test] Reduce time for waiting until server is ready

pull/651/head
Jakub Onderka 2024-01-09 12:20:29 +01:00
parent 5b57b8b296
commit c6d5e19010
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
- name: Run server in background
run: |
misp-modules -l 127.0.0.1 -s 2>error.log &
sleep 5
sleep 3
- name: Check if server is running
run: |
curl -sS localhost:6666/healthcheck