Skip to content

Commit

Permalink
Up the number of attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Aug 17, 2020
1 parent 2d80980 commit 5d3f01c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2234,7 +2234,7 @@ try {

request({
json: false,
maxAttempts: 5,
maxAttempts: 10,
timeout: 3000,
url: "https://codecov.io/bash"
}, (error, response, body) => {
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ try {

request({
json: false,
maxAttempts: 5,
maxAttempts: 10,
timeout: 3000,
url: "https://codecov.io/bash"
}, (error, response, body) => {
Expand Down

0 comments on commit 5d3f01c

Please sign in to comment.