Skip to content

Commit

Permalink
rise old config to 10 s and error design, to make noticable; still pa…
Browse files Browse the repository at this point in the history
…ss with success
  • Loading branch information
TomasVotruba committed May 30, 2022
1 parent b608b85 commit 33837ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DependencyInjection/RectorContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ public function createFromBootstrapConfigs(BootstrapConfigs $bootstrapConfigs):
$mainConfigFile,
PHP_EOL,
);
$symfonyStyle->warning($warningMessage);
$symfonyStyle->error($warningMessage);
// to make message noticable
sleep(5);
sleep(10);
}

/** @var ChangedFilesDetector $changedFilesDetector */
Expand Down

0 comments on commit 33837ce

Please sign in to comment.