mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-08 08:06:27 +00:00
Up the number of attempts
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -2234,7 +2234,7 @@ try {
|
||||
|
||||
request({
|
||||
json: false,
|
||||
maxAttempts: 5,
|
||||
maxAttempts: 10,
|
||||
timeout: 3000,
|
||||
url: "https://codecov.io/bash"
|
||||
}, (error, response, body) => {
|
||||
|
||||
Reference in New Issue
Block a user