Skip to content

tests: Be more lenient with timing checks on asyncqueue pops

Philip Withnall requested to merge pwithnall/glib:asyncqueue-test-timing into master

On heavily loaded CI machines it seems to be taking about 1.3s between one g_get_monotonic_time() call and the next. Allow that.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Merge request reports