summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-03-05 16:31:24 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-03-05 16:31:24 +0100
commit08ad9af2ca7121e51075b9bbeca18d11d2c0f2dc (patch)
tree1876fd7c1f453e377804e8564a06adddf1109ad3
parent9f7c6a824a638073a1cc069b66cce789a7dabcda (diff)
downloadphp-git-08ad9af2ca7121e51075b9bbeca18d11d2c0f2dc.tar.gz
Reduce date test threshold further
Still seeing the occasional spurious failure.
-rw-r--r--ext/date/tests/bug73837.phpt2
1 files changed, 1 insertions, 1 deletions
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)