|
|
@@ -37,7 +37,7 @@ class LoggingStatementTest extends \Cake\TestSuite\TestCase {
|
|
|
->with($this->logicalAnd(
|
|
|
$this->isInstanceOf('\Cake\Database\Log\LoggedQuery'),
|
|
|
$this->attributeEqualTo('query', 'SELECT bar FROM foo'),
|
|
|
- $this->attributeEqualTo('took', 5, 60),
|
|
|
+ $this->attributeEqualTo('took', 5, 200),
|
|
|
$this->attributeEqualTo('numRows', 3),
|
|
|
$this->attributeEqualTo('params', [])
|
|
|
));
|