Skip to content

Commit 50126a1

Browse files
committed
Fail test after 300 seconds
1 parent 64bc84f commit 50126a1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ deps =
2929
lint_docs,quick,unit: -rrequirements.txt
3030
lint_docstrings: flake8_docstrings
3131
unit: pytest
32-
# unit: pytest-timeout
32+
unit: pytest-timeout
3333
unit: coverage
3434
unit: flask
3535
mypy: mypy
@@ -39,6 +39,7 @@ setenv =
3939
nogx: PYTEST_MARK="not tests_galaxy_branch"
4040
diagnostic: PLANEMO_TEST_VERBOSE=1
4141
diagnostic: PYTEST_CAPTURE="--capture=no"
42+
diagnostic: PYTEST_TIMEOUT="300"
4243
failfast: PYTEST_FAIL_FAIL="-x"
4344
servecmd: PYTEST_TARGET="tests/test_cmd_serve.py::ServeTestCase::test_serve_daemon"
4445
serveshedcmd: PYTEST_TARGET="tests/test_cmd_serve.py::ServeTestCase::test_shed_serve"

0 commit comments

Comments
 (0)