Commit 289a7ada authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Increase GCE operation timeout

parent b2047ad4
...@@ -64,7 +64,8 @@ const ( ...@@ -64,7 +64,8 @@ const (
gceAffinityTypeClientIPProto = "CLIENT_IP_PROTO" gceAffinityTypeClientIPProto = "CLIENT_IP_PROTO"
operationPollInterval = 3 * time.Second operationPollInterval = 3 * time.Second
operationPollTimeoutDuration = 30 * time.Minute // Creating Route in very large clusters, may take more than half an hour.
operationPollTimeoutDuration = time.Hour
// Each page can have 500 results, but we cap how many pages // Each page can have 500 results, but we cap how many pages
// are iterated through to prevent infinite loops if the API // are iterated through to prevent infinite loops if the API
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment