diff --git a/dist/index.js b/dist/index.js index 8219c7af4..e21a16d28 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2234,7 +2234,7 @@ try { request({ json: false, - maxAttempts: 5, + maxAttempts: 10, timeout: 3000, url: "https://codecov.io/bash" }, (error, response, body) => { diff --git a/index.js b/index.js index 732707eb8..c7fed3a71 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,7 @@ try { request({ json: false, - maxAttempts: 5, + maxAttempts: 10, timeout: 3000, url: "https://codecov.io/bash" }, (error, response, body) => {