From 7c6fe683419918b600a184c5929a50e319df94b1 Mon Sep 17 00:00:00 2001 From: Robin Linacre Date: Thu, 3 Oct 2024 15:08:42 +0100 Subject: [PATCH] back up to 100 --- tests/test_cluster_at_multiple_thresholds.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cluster_at_multiple_thresholds.py b/tests/test_cluster_at_multiple_thresholds.py index 344030aef..153e183fd 100644 --- a/tests/test_cluster_at_multiple_thresholds.py +++ b/tests/test_cluster_at_multiple_thresholds.py @@ -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]