mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 20:57:50 +00:00
trivial: Relax some timings a little to fix running valgrind
This commit is contained in:
parent
726d20e498
commit
91cb4e7274
@ -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));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user