summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-11 05:15:00 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-16 20:43:16 +0200
commit22eccbdbb61ba5ed681082cc92127113fa8fcb47 (patch)
tree8c26c0628b61d91811598121a835b4d826232690 /testsuite
parent58e85c85e4fcddc04064e5aa22e2fc6d2f69f717 (diff)
downloadgtk+-22eccbdbb61ba5ed681082cc92127113fa8fcb47.tar.gz
testsuite: Don't be too exhaustive
The test was taking over 60s on CI, that's a but much.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/gtk/filterlistmodel-exhaustive.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gtk/filterlistmodel-exhaustive.c b/testsuite/gtk/filterlistmodel-exhaustive.c
index 00be63ba08..4bf54c1d57 100644
--- a/testsuite/gtk/filterlistmodel-exhaustive.c
+++ b/testsuite/gtk/filterlistmodel-exhaustive.c
@@ -416,7 +416,7 @@ test_model_changes (gconstpointer model_id)
if (add)
{
/* We want at least one element, otherwise the filters will see no changes */
- GListModel *source = create_source_model (1, 100);
+ GListModel *source = create_source_model (1, 50);
GtkFilterListModel *model1 = create_filter_list_model (model_id, source, multi);
g_list_store_splice (store1,
position,