Skip to content

Commit f23eb75

Browse files
committed
change max_runs for test_avg_std_and_npoints to 5
1 parent 3142fa8 commit f23eb75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adaptive/tests/test_average_learner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_only_returns_new_points():
2323
assert learner.ask(1)[0][0] == 10
2424

2525

26-
@flaky.flaky(max_runs=3)
26+
@flaky.flaky(max_runs=5)
2727
def test_avg_std_and_npoints():
2828
learner = AverageLearner(lambda x: x, atol=None, rtol=0.01)
2929

0 commit comments

Comments
 (0)