Skip to content

Commit

Permalink
back up to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Oct 3, 2024
1 parent 4975fa4 commit 7c6fe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cluster_at_multiple_thresholds.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .decorator import mark_with_dialects_excluding


@pytest.mark.parametrize("graph_size", [20, 500, 1000, 5000])
@pytest.mark.parametrize("graph_size", [100, 500, 1000, 5000])
@mark_with_dialects_excluding()
def test_cluster_at_multiple_thresholds(test_helpers, dialect, graph_size):
helper = test_helpers[dialect]
Expand Down

0 comments on commit 7c6fe68

Please sign in to comment.