Skip to content

Commit

Permalink
Kill server instead of relying on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stanmart committed Apr 19, 2024
1 parent 6067630 commit 32918bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
source venv/bin/activate
pip install -r requirements.txt
- run: echo "$PWD/venv/bin" >> $GITHUB_PATH
- run: timeout 5 otree devserver & otree test bargaining_test 2> stderr.log || cat stderr.log; rm stderr.log
- run: timeout 30 otree devserver & otree test bargaining_test 2> stderr.log || cat stderr.log; rm stderr.log; pkill otree

0 comments on commit 32918bd

Please sign in to comment.