Browse Source

Increase time comparison range

othercorey 4 years ago
parent
commit
280ff385ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Database/QueryTest.php

+ 1 - 1
tests/TestCase/Database/QueryTest.php

@@ -3490,7 +3490,7 @@ class QueryTest extends TestCase
         $this->assertWithinRange(
             date('U'),
             (new DateTime($result->fetchAll('assoc')[0]['d']))->format('U'),
-            5
+            10
         );
 
         $query = new Query($this->connection);