Increase DefaultSleep value

This commit is contained in:
M. Mert Yildiran
2023-03-13 22:42:17 +03:00
parent 1a2892d46e
commit b4a3a0451e
2 changed files with 18 additions and 8 deletions

View File

@@ -433,7 +433,8 @@ func postHubStarted(ctx context.Context, kubernetesProvider *kubernetes.Provider
}
// Grace period
time.Sleep(1 * time.Second)
log.Info().Msg("Please wait...")
time.Sleep(5 * time.Second)
}
// Storage limit