mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 00:26:25 +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({
|
request({
|
||||||
json: false,
|
json: false,
|
||||||
maxAttempts: 5,
|
maxAttempts: 10,
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
url: "https://codecov.io/bash"
|
url: "https://codecov.io/bash"
|
||||||
}, (error, response, body) => {
|
}, (error, response, body) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user