Skip to content

Commit

Permalink
Adding hard timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
galvana authored and thingscouldbeworse committed Jan 20, 2025
1 parent 7115578 commit 0cff719
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions noxfiles/setup_tests_nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ def pytest_ctl(session: Session, mark: str, coverage_arg: str) -> None:
session.run(*LOGIN, external=True)
run_command = (
*EXEC,
"timeout",
"--signal=INT",
"60",
"pytest",
coverage_arg,
"tests/ctl/",
Expand Down

0 comments on commit 0cff719

Please sign in to comment.