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
|
- name: Run server in background
|
||||||
run: |
|
run: |
|
||||||
misp-modules -l 127.0.0.1 -s 2>error.log &
|
misp-modules -l 127.0.0.1 -s 2>error.log &
|
||||||
sleep 5
|
sleep 3
|
||||||
- name: Check if server is running
|
- name: Check if server is running
|
||||||
run: |
|
run: |
|
||||||
curl -sS localhost:6666/healthcheck
|
curl -sS localhost:6666/healthcheck
|
||||||
|
|
Loading…
Reference in New Issue