mirror of
https://github.com/brl/mutter.git
synced 2024-12-23 19:42:05 +00:00
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
@ -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 New Issue
Block a user