From 86fe92c7352b86eebf30c7691dbc0580f8a6b07e Mon Sep 17 00:00:00 2001 From: Josh Bruce <15252830+joshbruce@users.noreply.github.com> Date: Sat, 10 Dec 2022 23:03:16 -0500 Subject: [PATCH] Update PerformanceTest.php --- tests/PerformanceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PerformanceTest.php b/tests/PerformanceTest.php index c08ae1a..9e2862e 100644 --- a/tests/PerformanceTest.php +++ b/tests/PerformanceTest.php @@ -58,7 +58,7 @@ public function document_is_speedy(): void // phpcs:ignore $elapsed = $end - $start; $ms = $elapsed/1e+6; - $this->assertLessThan(0.8, $ms); + $this->assertLessThan(1, $ms); } /**