mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-22 07:30:25 +00:00
Update HostingSubscriptionBackupTest.php
This commit is contained in:
parent
ecf55ca8e2
commit
18e7dcea91
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class HostingSubscriptionBackupTest extends ActionTestCase
|
|||
|
||||
$findBackup = false;
|
||||
$backupCompleted = false;
|
||||
for ($i = 0; $i < 10; $i++) {
|
||||
for ($i = 0; $i < 50; $i++) {
|
||||
$findBackup = HostingSubscriptionBackup::where('id', $backupId)->first();
|
||||
if ($findBackup) {
|
||||
$status = $findBackup->checkBackup();
|
||||
|
|
Loading…
Reference in a new issue