Skip to content

Commit

Permalink
increase timeout to wait for cluster generations to be same (#6885)
Browse files Browse the repository at this point in the history
Co-authored-by: Pankti Shah <[email protected]>
  • Loading branch information
eks-distro-pr-bot and panktishah26 authored Oct 25, 2023
1 parent 0f2256d commit d9d5542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/clustermanager/applier.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
applyClusterSpecTimeout = 2 * time.Minute
waitForClusterReconcileTimeout = time.Hour
retryBackOff = time.Second
waitForFailureMessageErrorTimeout = time.Minute
waitForFailureMessageErrorTimeout = 10 * time.Minute
defaultFieldManager = "eks-a-cli"
defaultConditionCheckTotalCount = 20
)
Expand Down

0 comments on commit d9d5542

Please sign in to comment.