mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
DX: Increase the number of iteration to ensure that the test really pass on random executions
This commit is contained in:
parent
adf1110340
commit
48e0a0af7d
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user