forked from AuroraMiddleware/gtk
testsuite: Don't be too exhaustive
The test was taking over 60s on CI, that's a but much.
This commit is contained in:
parent
58e85c85e4
commit
22eccbdbb6
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user