diff --git a/src/Bundle/ChillMainBundle/Tests/Services/AddressGeographicalUnit/RefreshAddressToGeographicalUnitMaterializedViewCronJobTest.php b/src/Bundle/ChillMainBundle/Tests/Services/AddressGeographicalUnit/RefreshAddressToGeographicalUnitMaterializedViewCronJobTest.php index 2c4e6f428..833178622 100644 --- a/src/Bundle/ChillMainBundle/Tests/Services/AddressGeographicalUnit/RefreshAddressToGeographicalUnitMaterializedViewCronJobTest.php +++ b/src/Bundle/ChillMainBundle/Tests/Services/AddressGeographicalUnit/RefreshAddressToGeographicalUnitMaterializedViewCronJobTest.php @@ -42,7 +42,7 @@ final class RefreshAddressToGeographicalUnitMaterializedViewCronJobTest extends $executedForFirstTime = $executedAfter23 = $executedAfter25 = 0; - for ($round = 0; 30 > $round; ++$round) { + for ($round = 0; 50 > $round; ++$round) { if ($job->canRun(null)) { ++$executedForFirstTime; }