Up the number of attempts

This commit is contained in:
Thomas Hu
2020-08-17 17:14:51 -04:00
parent 2d80980946
commit 5d3f01ccdc
2 changed files with 2 additions and 2 deletions

2
dist/index.js vendored
View File

@@ -2234,7 +2234,7 @@ try {
request({
json: false,
maxAttempts: 5,
maxAttempts: 10,
timeout: 3000,
url: "https://codecov.io/bash"
}, (error, response, body) => {

View File

@@ -30,7 +30,7 @@ try {
request({
json: false,
maxAttempts: 5,
maxAttempts: 10,
timeout: 3000,
url: "https://codecov.io/bash"
}, (error, response, body) => {