testsuite: Don't be too exhaustive

The test was taking over 60s on CI, that's a but much.
This commit is contained in:
Benjamin Otte 2020-07-11 05:15:00 +02:00
parent 58e85c85e4
commit 22eccbdbb6

View File

@ -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,