We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c167005 commit 14ae763Copy full SHA for 14ae763
src/py/pyproject.toml
@@ -104,7 +104,7 @@ log_cli = false
104
# name = cmd
105
106
[tool.poe.tasks.test]
107
-cmd = "pytest --timeout=20 --log-level=1 -W error -n auto -v -rfE --capture=fd"
+cmd = "pytest --timeout=50 --log-level=1 -W error -n auto -v -rfE --capture=fd"
108
help = "Run all tests quickly"
109
110
[tool.poe.tasks.debug-test]
0 commit comments