Skip to content

Commit

Permalink
Making one of the tests less flaky in slow processes, like travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 16, 2013
1 parent 3170527 commit cca9ff0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public function testExecuteNoParams() {
->with($this->logicalAnd(
$this->isInstanceOf('\Cake\Database\Log\LoggedQuery'),
$this->attributeEqualTo('query', 'SELECT bar FROM foo'),
$this->attributeEqualTo('took', 5, 5),
$this->attributeEqualTo('took', 5, 60),
$this->attributeEqualTo('numRows', 3),
$this->attributeEqualTo('params', [])
));
Expand Down

0 comments on commit cca9ff0

Please sign in to comment.