Update AutoInstallPanelTest.php

This commit is contained in:
Bozhidar 2024-05-14 19:11:57 +03:00
parent b0fd33df87
commit a8a1dabee2

View file

@ -27,7 +27,7 @@ class AutoInstallPanelTest extends TestCase
$phpInstaller->install();
$installationSuccess = false;
for ($i = 1; $i <= 100; $i++) {
for ($i = 1; $i <= 200; $i++) {
$logContent = file_get_contents($installLogFilePath);
if (str_contains($logContent, 'All packages installed successfully!')) {
$installationSuccess = true;