Skip to content

Commit

Permalink
Update HostingSubscriptionBackupTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Apr 26, 2024
1 parent ecf55ca commit 18e7dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/tests/Unit/HostingSubscriptionBackupTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function testFullBackup()

$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();
Expand Down

0 comments on commit 18e7dce

Please sign in to comment.