Skip to content

Commit

Permalink
chg: [test] Reduce time for waiting until server is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubOnderka committed Jan 9, 2024
1 parent 5b57b8b commit c6d5e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6d5e19

Please sign in to comment.