From: Miroslav Lichvar Date: Tue, 9 Jun 2026 09:56:11 +0000 (+0200) Subject: test: make hwclock test more reliable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f358b31a66abc99d4258df74f3d138fce57f451e;p=thirdparty%2Fchrony.git test: make hwclock test more reliable --- diff --git a/test/unit/hwclock.c b/test/unit/hwclock.c index d2b94143..828bc142 100644 --- a/test/unit/hwclock.c +++ b/test/unit/hwclock.c @@ -103,7 +103,7 @@ test_unit(void) } } - TEST_CHECK(sum / count < 2.4 / sqrt(clock->max_samples)); + TEST_CHECK(sum / count < 2.55 / sqrt(clock->max_samples)); HCL_DestroyInstance(clock); }