Browse Source

Being permissive on th etime test takes to complete

Jose Lorenzo Rodriguez 12 years ago
parent
commit
db2f45536a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Database/Log/LoggingStatementTest.php

+ 1 - 1
tests/TestCase/Database/Log/LoggingStatementTest.php

@@ -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', [])
 			));