Skip to content

Commit 08ad9af

Browse files
committed
Reduce date test threshold further
Still seeing the occasional spurious failure.
1 parent 9f7c6a8 commit 08ad9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/date/tests/bug73837.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for ( $i = 0; $i < 1000; $i++ )
1313

1414
// For low-resolution clocks, we may construct many objects in the same tick.
1515
var_dump($n = count( $collect ));
16-
echo $n > 500 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
16+
echo $n > 400 ? "microseconds differ\n" : "microseconds do not differ enough ($n)\n";
1717
?>
1818
--EXPECTF--
1919
int(%d)

0 commit comments

Comments
 (0)