From: Remi Collet Date: Tue, 6 Jun 2017 15:20:33 +0000 (+0200) Subject: relax this test again (still encounter erratic failure) X-Git-Tag: php-7.1.7RC1~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c39a10bc6e1f351c23887900b4ad554f30846346;p=php relax this test again (still encounter erratic failure) --- diff --git a/ext/date/tests/bug73837.phpt b/ext/date/tests/bug73837.phpt index 6fd12f8c25..b14feecd93 100644 --- a/ext/date/tests/bug73837.phpt +++ b/ext/date/tests/bug73837.phpt @@ -12,7 +12,7 @@ for ( $i = 0; $i < 1000; $i++ ) } var_dump($n = count( $collect )); -echo ( $n > 800 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n"; +echo ( $n > 700 ) ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n"; ?> --EXPECTF-- int(%d)