From 91cb4e7274e84e5bd5f4f2f02c9cd126aee83d70 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 1 Jul 2022 13:19:39 +0100 Subject: [PATCH] trivial: Relax some timings a little to fix running valgrind --- libfwupdplugin/fu-self-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfwupdplugin/fu-self-test.c b/libfwupdplugin/fu-self-test.c index 498cc67a9..2f132601c 100644 --- a/libfwupdplugin/fu-self-test.c +++ b/libfwupdplugin/fu-self-test.c @@ -3063,7 +3063,7 @@ fu_progress_func(void) g_assert_cmpint(helper.last_percentage, ==, 100); g_assert_cmpint(helper.updates, ==, 6); - g_assert_cmpfloat_with_epsilon(fu_progress_get_duration(progress), 0.1f, 0.01); + g_assert_cmpfloat_with_epsilon(fu_progress_get_duration(progress), 0.1f, 0.05); g_debug("\n%s", fu_progress_traceback(progress)); }