Skip to content

Commit

Permalink
increase timeout to wait for cluster generations to be same (#6884)
Browse files Browse the repository at this point in the history
  • Loading branch information
panktishah26 authored Oct 25, 2023
1 parent b70bafb commit ff3526b
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 ff3526b

Please sign in to comment.