We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98e063 commit 55a0295Copy full SHA for 55a0295
adaptive/tests/test_runner.py
@@ -117,7 +117,7 @@ def test_ipyparallel_executor(ipyparallel_executor):
117
assert learner.npoints > 0
118
119
120
-@flaky.flaky(max_runs=3)
+@flaky.flaky(max_runs=5)
121
@pytest.mark.timeout(60)
122
@pytest.mark.skipif(not with_distributed, reason="dask.distributed is not installed")
123
@pytest.mark.skipif(sys.version_info[:2] == (3, 8), reason="XXX: seems to always fail")
0 commit comments