Skip to content

Commit 955d7fa

Browse files
CodelaxMia-Cross
andauthored
chore(k8s_pool): increase timeout to 30 minutes (scaleway#2578)
Co-authored-by: Mia-Cross <[email protected]>
1 parent 8ab657c commit 955d7fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/k8s/helpers_k8s.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717

1818
const (
1919
defaultK8SClusterTimeout = 15 * time.Minute
20-
defaultK8SPoolTimeout = 15 * time.Minute
20+
defaultK8SPoolTimeout = 30 * time.Minute
2121
defaultK8SRetryInterval = 5 * time.Second
2222
)
2323

0 commit comments

Comments
 (0)