diff --git a/internal/services/webhosting/helpers.go b/internal/services/webhosting/helpers.go index 7cbdef75cd..099d3cf2d4 100644 --- a/internal/services/webhosting/helpers.go +++ b/internal/services/webhosting/helpers.go @@ -13,7 +13,7 @@ import ( ) const ( - defaultHostingTimeout = 5 * time.Minute + defaultHostingTimeout = 15 * time.Minute hostingRetryInterval = 5 * time.Second )