Skip to content

Commit

Permalink
Increase timeout of axios client
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-hugo committed Nov 19, 2021
1 parent 1fc8c67 commit 8429950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ try {

const instance = axios.create({
baseURL: `https://${serviceHost}`,
timeout: 5000,
timeout: 10000,
headers: { 'Authorization': `API-Key ${apiKey}` },
});

Expand Down

0 comments on commit 8429950

Please sign in to comment.