1
0
Fork 0

tests/clutter: Use a 800x600 10 Hz virtual monitor

This matches what CI did, and will hopefully help make some tests that
rely on timings less flaky.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2701>
This commit is contained in:
Jonas Ådahl 2022-11-18 19:46:09 +01:00
parent 22d08501a8
commit db2387d7f8

View file

@ -262,7 +262,7 @@ clutter_test_run (void)
g_autoptr (GError) error = NULL; g_autoptr (GError) error = NULL;
int res; int res;
monitor_info = meta_virtual_monitor_info_new (1024, 768, 60.0, monitor_info = meta_virtual_monitor_info_new (800, 600, 10.0,
"MetaTestVendor", "MetaTestVendor",
"ClutterTestMonitor", "ClutterTestMonitor",
"0x123"); "0x123");