We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b439d5c commit b1b25e0Copy full SHA for b1b25e0
1 file changed
pytest.ini
@@ -1,5 +1,5 @@
1
[pytest]
2
-addopts = -m 'not profiling' --benchmark-skip -l --timeout=300 --timeout_method=thread
+addopts = -m 'not profiling' --benchmark-skip -l --timeout=300 --timeout_method=signal
3
markers =
4
profiling: marks tests that can be profiled
5
asyncio_default_fixture_loop_scope = function
0 commit comments