Skip to content

Commit 7b496a6

Browse files
increase polling interval (#1500)
1 parent e77ddc6 commit 7b496a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkg/azure/client.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ func NewAzClient(subscriptionID SubscriptionID, resourceGroupName ResourceGroup,
104104
klog.Error("Error adding User Agent to Deployments client: ", userAgent)
105105
}
106106

107+
// increase the polling duration to 60 minutes
108+
az.appGatewaysClient.PollingDuration = 60 * time.Minute
109+
az.deploymentsClient.PollingDuration = 60 * time.Minute
110+
107111
return az
108112
}
109113

0 commit comments

Comments
 (0)