mirror of https://github.com/MISP/misp-modules
chg: [test] Reduce time for waiting until server is ready
parent
5b57b8b296
commit
c6d5e19010
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue