Skip to content

Commit

Permalink
Increase max iters for integ test (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
khurram-ghani authored Sep 25, 2023
1 parent 3279d31 commit 04f2510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_bayesian_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ def test_bayesian_optimizer_with_dgp_finds_minima_of_simple_quadratic(
marks=pytest.mark.skip(reason="too fragile"),
),
pytest.param(
30,
60,
EfficientGlobalOptimization(
ParallelContinuousThompsonSampling(),
num_query_points=4,
Expand Down

0 comments on commit 04f2510

Please sign in to comment.