Skip to content

Commit 6e2c27d

Browse files
committed
increase the max flaky runs of test_balancing_learner
1 parent d265900 commit 6e2c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: adaptive/tests/test_learners.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def scale_x(x):
514514
assert math.isclose(learner.loss(), control.loss(), rel_tol=1e-10)
515515

516516

517-
@flaky.flaky(max_runs=5)
517+
@flaky.flaky(max_runs=10)
518518
@run_with(
519519
Learner1D,
520520
Learner2D,

0 commit comments

Comments
 (0)