We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3879b15 commit ea1ed32Copy full SHA for ea1ed32
eks/cleanup.go
@@ -16,8 +16,8 @@ import (
16
17
// Set wait variables for NetworkInterface detaching and deleting
18
const (
19
- waitSleepBetweenRetries time.Duration = 2 * time.Second
20
- waitMaxRetries int = 60
+ waitSleepBetweenRetries time.Duration = 10 * time.Second
+ waitMaxRetries int = 30
21
)
22
23
// CleanupSecurityGroup deletes the AWS EKS managed security group, which otherwise doesn't get cleaned up when
0 commit comments