close
The Wayback Machine - https://web.archive.org/web/20200818152355/https://github.com/codecov/codecov-action/commit/5d3f01ccdca800ed11b38f75abf64b8e21c71194
Skip to content
Permalink
Browse files

Up the number of attempts

  • Loading branch information
thomasrockhu committed Aug 17, 2020
1 parent 2d80980 commit 5d3f01ccdca800ed11b38f75abf64b8e21c71194
Showing with 2 additions and 2 deletions.
  1. +1 −1 dist/index.js
  2. +1 −1 index.js
@@ -2234,7 +2234,7 @@ try {

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

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

0 comments on commit 5d3f01c

Please sign in to comment.
You can’t perform that action at this time.