From 7222bdde576cdb1f15e849345670bd22ff81a01c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sat, 6 Jun 2020 00:22:58 +0200 Subject: [PATCH] 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 da04a9889..133cbcaca 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;