Skip to content

Commit

Permalink
Increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
ostefano committed Aug 15, 2024
1 parent 46d9b96 commit 8752612
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 @@ -51,7 +51,7 @@ jobs:
- name: Run server in background
run: |
poetry run misp-modules -l 127.0.0.1 -s 2>error.log &
sleep 3
sleep 10
- name: Check if server is running
run: |
curl -sS localhost:6666/healthcheck
Expand Down

0 comments on commit 8752612

Please sign in to comment.