Skip to content

Commit 6e3a197

Browse files
jremy42Laure-di
authored andcommitted
fix(webhosting): increase default timeout (scaleway#3209)
1 parent 3c26a7e commit 6e3a197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/webhosting/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
defaultHostingTimeout = 5 * time.Minute
16+
defaultHostingTimeout = 15 * time.Minute
1717
hostingRetryInterval = 5 * time.Second
1818
)
1919

0 commit comments

Comments
 (0)