Skip to content

Commit b3aa4ad

Browse files
committed
increase github retries to 8
1 parent ce64e81 commit b3aa4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ func main() {
153153
retryClient := &retryablehttp.Client{
154154
HTTPClient: cleanhttp.DefaultPooledClient(),
155155
Logger: nil,
156-
RetryMax: 2,
156+
RetryMax: 8,
157157
RetryWaitMin: 30 * time.Second,
158158
RetryWaitMax: 300 * time.Second,
159159
}

0 commit comments

Comments
 (0)