@@ -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);