We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19474c9 commit aba35e8Copy full SHA for aba35e8
test/util/framework/per_invocation_framework.go
@@ -80,8 +80,7 @@ const (
80
// requests with Retry-After values of 60+ seconds.
81
var azureRetryOptions = policy.RetryOptions{
82
MaxRetries: 6,
83
- RetryDelay: 5 * time.Second,
84
- MaxRetryDelay: 2 * time.Minute,
+ MaxRetryDelay: 5 * time.Minute,
85
}
86
87
// InvocationContext requires the following env vars
0 commit comments