Skip to content

Commit b1b25e0

Browse files
committed
Timeout with signal rather than thread to avoid crashing xdist worker node
1 parent b439d5c commit b1b25e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = -m 'not profiling' --benchmark-skip -l --timeout=300 --timeout_method=thread
2+
addopts = -m 'not profiling' --benchmark-skip -l --timeout=300 --timeout_method=signal
33
markers =
44
profiling: marks tests that can be profiled
55
asyncio_default_fixture_loop_scope = function

0 commit comments

Comments
 (0)