Skip to content

Commit aba35e8

Browse files
committed
requested changes
1 parent 19474c9 commit aba35e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/util/framework/per_invocation_framework.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@ const (
8080
// requests with Retry-After values of 60+ seconds.
8181
var azureRetryOptions = policy.RetryOptions{
8282
MaxRetries: 6,
83-
RetryDelay: 5 * time.Second,
84-
MaxRetryDelay: 2 * time.Minute,
83+
MaxRetryDelay: 5 * time.Minute,
8584
}
8685

8786
// InvocationContext requires the following env vars

0 commit comments

Comments
 (0)