Skip to content

Commit c9e48f9

Browse files
committed
relax time contraint even more
1 parent 9472b72 commit c9e48f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utils/test_parallelize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def func(request) -> Callable:
6767
# in case of failure.
6868

6969

70-
@pytest.mark.timeout(40)
70+
@pytest.mark.timeout(50)
7171
@pytest.mark.parametrize(
7272
"backend",
7373
[

0 commit comments

Comments
 (0)