Skip to content

Commit 55a0295

Browse files
authored
run test_distributed_executor 5 times before failing
1 parent f98e063 commit 55a0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adaptive/tests/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_ipyparallel_executor(ipyparallel_executor):
117117
assert learner.npoints > 0
118118

119119

120-
@flaky.flaky(max_runs=3)
120+
@flaky.flaky(max_runs=5)
121121
@pytest.mark.timeout(60)
122122
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
123123
@pytest.mark.skipif(sys.version_info[:2] == (3, 8), reason="XXX: seems to always fail")

0 commit comments

Comments
 (0)