trivial: Relax some timings a little to fix running valgrind

This commit is contained in:
Richard Hughes 2022-07-01 13:19:39 +01:00
parent 726d20e498
commit 91cb4e7274

View File

@ -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));
}