Skip to content

Commit 8ae66fb

Browse files
authored
Timeout for single pytest to 240s (#6692)
In #6674 I set timeout to 60s, but 60s for some tests are too short. There is an issue open to discuss whether we need to move those to nightly, see #6526 for more discussion.
1 parent 0eb77b8 commit 8ae66fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ minversion = '7.0'
387387
testpaths = [
388388
'tests'
389389
]
390-
timeout = 60
390+
timeout = 240
391391
xfail_strict = true
392392

393393
[tool.ruff]

0 commit comments

Comments
 (0)