Skip to content

Commit 0ea4f98

Browse files
committed
pytest settings
1 parent 9870911 commit 0ea4f98

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ addopts = "-raXs --durations 10 --color=yes --doctest-modules"
3333
testpaths = [
3434
"jupyter_client/tests/"
3535
]
36-
asyncio_mode = "auto"
36+
timeout = 300
37+
# Restore this setting to debug failures
38+
# timeout_method = "thread"
3739
filterwarnings= [
3840
# Fail on warnings
3941
"error",

0 commit comments

Comments
 (0)