mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 23:20:24 +00:00
Update AutoInstallPanelTest.php
This commit is contained in:
parent
b0fd33df87
commit
a8a1dabee2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue