Skip to content

Commit 761bb0c

Browse files
authoredMar 23, 2023
fix(container_domain): increase default timeout (#1859)
1 parent fcd9db8 commit 761bb0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scaleway/helpers_container.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const (
1313
defaultContainerNamespaceTimeout = 5 * time.Minute
1414
defaultContainerCronTimeout = 5 * time.Minute
1515
defaultContainerTimeout = 12*time.Minute + 30*time.Second
16-
defaultContainerDomainTimeout = 5 * time.Minute
16+
defaultContainerDomainTimeout = 10 * time.Minute
1717
defaultContainerRetryInterval = 5 * time.Second
1818
)
1919

0 commit comments

Comments
 (0)
Please sign in to comment.