From 5d3f01ccdca800ed11b38f75abf64b8e21c71194 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Mon, 17 Aug 2020 17:14:51 -0400 Subject: [PATCH] Up the number of attempts --- dist/index.js | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) => {