Skip to content

Commit

Permalink
Change Animus timeout to allow slower requests
Browse files Browse the repository at this point in the history
  • Loading branch information
DocSystem committed Sep 2, 2023
1 parent 4bb4504 commit 2d27bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion animus.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const API_KEY = process.env.ANIMUS_API_KEY;

const instance = axios.create({
baseURL: BASE_URL,
timeout: 1000,
timeout: 5000,
headers: {
"x-api-key": API_KEY,
"Content-Type": "application/json"
Expand Down

0 comments on commit 2d27bc7

Please sign in to comment.