mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +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();
|
$phpInstaller->install();
|
||||||
|
|
||||||
$installationSuccess = false;
|
$installationSuccess = false;
|
||||||
for ($i = 1; $i <= 100; $i++) {
|
for ($i = 1; $i <= 200; $i++) {
|
||||||
$logContent = file_get_contents($installLogFilePath);
|
$logContent = file_get_contents($installLogFilePath);
|
||||||
if (str_contains($logContent, 'All packages installed successfully!')) {
|
if (str_contains($logContent, 'All packages installed successfully!')) {
|
||||||
$installationSuccess = true;
|
$installationSuccess = true;
|
||||||
|
|
Loading…
Reference in a new issue