Skip to content

Commit ea1ed32

Browse files
authored
Increase cleanup timeout to 5 minutes (#103)
1 parent 3879b15 commit ea1ed32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eks/cleanup.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import (
1616

1717
// Set wait variables for NetworkInterface detaching and deleting
1818
const (
19-
waitSleepBetweenRetries time.Duration = 2 * time.Second
20-
waitMaxRetries int = 60
19+
waitSleepBetweenRetries time.Duration = 10 * time.Second
20+
waitMaxRetries int = 30
2121
)
2222

2323
// CleanupSecurityGroup deletes the AWS EKS managed security group, which otherwise doesn't get cleaned up when

0 commit comments

Comments
 (0)