diff --git a/index.js b/index.js index 7cf9797..c3fd6c3 100644 --- a/index.js +++ b/index.js @@ -30,7 +30,8 @@ try { request({ url: "https://codecov.io/bash", - json: false + json: false, + timeout: 30000, }, (error, response, body) => { try { if (error && fail_ci) {