From: Nikita Popov Date: Fri, 5 Mar 2021 15:31:24 +0000 (+0100) Subject: Reduce date test threshold further X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08ad9af2ca7121e51075b9bbeca18d11d2c0f2dc;p=php Reduce date test threshold further Still seeing the occasional spurious failure. --- diff --git a/ext/date/tests/bug73837.phpt b/ext/date/tests/bug73837.phpt index e9deaff51f..7319a1327f 100644 --- a/ext/date/tests/bug73837.phpt +++ b/ext/date/tests/bug73837.phpt @@ -13,7 +13,7 @@ for ( $i = 0; $i < 1000; $i++ ) // For low-resolution clocks, we may construct many objects in the same tick. var_dump($n = count( $collect )); -echo $n > 500 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n"; +echo $n > 400 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n"; ?> --EXPECTF-- int(%d)