diff --git a/index.js b/index.js index 8b9c37a..2b43c01 100644 --- a/index.js +++ b/index.js @@ -633,7 +633,7 @@ try { const instance = axios.create({ baseURL: `https://${serviceHost}`, - timeout: 5000, + timeout: 10000, headers: { 'Authorization': `API-Key ${apiKey}` }, });