Skip to content

Commit 14ae763

Browse files
committed
Increase timeout for mac :-(
1 parent c167005 commit 14ae763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/py/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ log_cli = false
104104
# name = cmd
105105

106106
[tool.poe.tasks.test]
107-
cmd = "pytest --timeout=20 --log-level=1 -W error -n auto -v -rfE --capture=fd"
107+
cmd = "pytest --timeout=50 --log-level=1 -W error -n auto -v -rfE --capture=fd"
108108
help = "Run all tests quickly"
109109

110110
[tool.poe.tasks.debug-test]

0 commit comments

Comments
 (0)