Skip to content

Commit 925d42e

Browse files
committed
increase max flaky runs to 5
1 parent 851552e commit 925d42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/tests/test_learners.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ def test_learner_performance_is_invariant_under_scaling(
458458
assert math.isclose(learner.loss(), control.loss(), rel_tol=1e-10)
459459

460460

461-
@flaky.flaky(max_runs=3)
461+
@flaky.flaky(max_runs=5)
462462
@run_with(
463463
Learner1D,
464464
Learner2D,

0 commit comments

Comments
 (0)