Skip to content

Commit

Permalink
Do not kill tests after 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
t-lesniewski-sr committed Jul 3, 2024
1 parent da3df66 commit 79f197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ override_dh_builddeb:
override_dh_auto_test:
find . -name '*.pyc' -delete
find . -name '__pycache__' -delete
PATH=.:$$PATH timeout --signal=KILL 60 pytest-3 -vv tests/
PATH=.:$$PATH pytest-3 -vv tests/

0 comments on commit 79f197c

Please sign in to comment.