1
0
mirror of synced 2025-01-18 22:41:43 +03:00

[2.0] Increasing time allowed for hydration performance test

This commit is contained in:
jwage 2009-11-11 21:44:04 +00:00
parent 1a08dd2d90
commit fa99b94420

View File

@ -313,7 +313,7 @@ class HydrationPerformanceTest extends \Doctrine\Tests\OrmPerformanceTestCase
$stmt = new HydratorMockStatement($resultSet);
$hydrator = new \Doctrine\ORM\Internal\Hydration\ObjectHydrator($this->_em);
$this->setMaxRunningTime(4);
$this->setMaxRunningTime(5);
$s = microtime(true);
$result = $hydrator->hydrateAll($stmt, $rsm);
$e = microtime(true);