mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
DX: Increase the number of iteration to ensure that the test really pass on random executions
This commit is contained in:
@@ -42,7 +42,7 @@ final class RefreshAddressToGeographicalUnitMaterializedViewCronJobTest extends
|
|||||||
|
|
||||||
$executedForFirstTime = $executedAfter23 = $executedAfter25 = 0;
|
$executedForFirstTime = $executedAfter23 = $executedAfter25 = 0;
|
||||||
|
|
||||||
for ($round = 0; 30 > $round; ++$round) {
|
for ($round = 0; 50 > $round; ++$round) {
|
||||||
if ($job->canRun(null)) {
|
if ($job->canRun(null)) {
|
||||||
++$executedForFirstTime;
|
++$executedForFirstTime;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user