mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 23:17:25 +00:00
Up the number of attempts
This commit is contained in:
parent
2d80980946
commit
5d3f01ccdc
2 changed files with 2 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -2234,7 +2234,7 @@ try {
|
||||||
|
|
||||||
request({
|
request({
|
||||||
json: false,
|
json: false,
|
||||||
maxAttempts: 5,
|
maxAttempts: 10,
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
url: "https://codecov.io/bash"
|
url: "https://codecov.io/bash"
|
||||||
}, (error, response, body) => {
|
}, (error, response, body) => {
|
||||||
|
|
|
||||||
2
index.js
2
index.js
|
|
@ -30,7 +30,7 @@ try {
|
||||||
|
|
||||||
request({
|
request({
|
||||||
json: false,
|
json: false,
|
||||||
maxAttempts: 5,
|
maxAttempts: 10,
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
url: "https://codecov.io/bash"
|
url: "https://codecov.io/bash"
|
||||||
}, (error, response, body) => {
|
}, (error, response, body) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue