Skip to content

Commit c862c02

Browse files
fix adding of pytest timeout
1 parent 54acc4a commit c862c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ exclude = ['docs/*']
8282

8383
[tool.pytest.ini_options]
8484
asyncio_mode = "auto"
85+
86+
[pytest.ini]
8587
timeout = 5
8688
log_cli=true
8789
log_level=INFO

0 commit comments

Comments
 (0)