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:
parent
22d08501a8
commit
db2387d7f8
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ clutter_test_run (void)
|
|||
g_autoptr (GError) error = NULL;
|
||||
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",
|
||||
"ClutterTestMonitor",
|
||||
"0x123");
|
||||
|
|
Loading…
Reference in a new issue