Skip to content

Commit 20b4579

Browse files
authored
Merge pull request #8 from 8fold/bc-update-dependencies
Update PerformanceTest.php
2 parents 3f4f659 + 86fe92c commit 20b4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PerformanceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function document_is_speedy(): void // phpcs:ignore
5858
$elapsed = $end - $start;
5959
$ms = $elapsed/1e+6;
6060

61-
$this->assertLessThan(0.8, $ms);
61+
$this->assertLessThan(1, $ms);
6262
}
6363

6464
/**

0 commit comments

Comments
 (0)