summaryrefslogtreecommitdiff
path: root/ext/date/tests/bug73837.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/date/tests/bug73837.phpt')
-rw-r--r--ext/date/tests/bug73837.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/date/tests/bug73837.phpt b/ext/date/tests/bug73837.phpt
index c11aa2c56b..7319a1327f 100644
--- a/ext/date/tests/bug73837.phpt
+++ b/ext/date/tests/bug73837.phpt
@@ -11,8 +11,9 @@ for ( $i = 0; $i < 1000; $i++ )
$collect[$key] = true;
}
+// For low-resolution clocks, we may construct many objects in the same tick.
var_dump($n = count( $collect ));
-echo ( $n > 700 ) ? "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)