Skip to content

Commit

Permalink
Being permissive on th etime test takes to complete
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 28, 2014
1 parent ae98fc6 commit db2f455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Database/Log/LoggingStatementTest.php
Expand Up @@ -37,7 +37,7 @@ public function testExecuteNoParams() {
->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', [])
));
Expand Down

0 comments on commit db2f455

Please sign in to comment.