We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad2373 commit fb90f03Copy full SHA for fb90f03
1 file changed
tests/utils/test_parallelize.py
@@ -67,7 +67,8 @@ def func(request) -> Callable:
67
# in case of failure.
68
69
70
-@pytest.mark.timeout(30)
+@pytest.mark.flaky(max_runs=5)
71
+@pytest.mark.timeout(2)
72
@pytest.mark.parametrize(
73
"backend",
74
[
0 commit comments