[mutter] tests/clutter/timeline: Lower FPS even further



commit 7222bdde576cdb1f15e849345670bd22ff81a01c
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Sat Jun 6 00:22:58 2020 +0200

    tests/clutter/timeline: Lower FPS even further
    
    It's still flaky running in CI, lets run it even slower.
    
    https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1291

 src/tests/clutter/conform/timeline.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/tests/clutter/conform/timeline.c b/src/tests/clutter/conform/timeline.c
index da04a98893..133cbcaca4 100644
--- a/src/tests/clutter/conform/timeline.c
+++ b/src/tests/clutter/conform/timeline.c
@@ -6,7 +6,7 @@
 
 #include "tests/clutter-test-utils.h"
 
-/* This test runs three timelines at 10 fps with 10 frames. Some of
+/* This test runs three timelines at 6 fps with 10 frames. Some of
    the timelines have markers. Once the timelines are run it then
    checks that all of the frames were hit, all of the markers were hit
    and that the completed signal was fired. The timelines are then run
@@ -16,7 +16,7 @@
    for. */
 
 #define FRAME_COUNT 10
-#define FPS         10
+#define FPS         6
 
 typedef struct _TimelineData TimelineData;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]