Skip to content

Commit

Permalink
Increase flaky test count
Browse files Browse the repository at this point in the history
  • Loading branch information
borchero committed Dec 21, 2021
1 parent fed2f31 commit 30e0fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/clustering/kmeans/test_kmeans_estimator.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_fit_converged(num_epochs: int, converged: bool):
assert estimator.converged_ == converged


@pytest.mark.flaky(max_runs=2, min_passes=1)
@pytest.mark.flaky(max_runs=5, min_passes=1)
@pytest.mark.parametrize(
("num_datapoints", "batch_size", "num_features", "num_centroids"),
[
Expand Down

0 comments on commit 30e0fdf

Please sign in to comment.