Skip to content

Commit

Permalink
chore: rate limiting for coingecko, increase sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanelly95 committed Sep 23, 2024
1 parent 04e3318 commit ddbd6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));

const SLEEP_TIME = 500;
const SLEEP_TIME = 1000;

module.exports = { sleep, SLEEP_TIME };

0 comments on commit ddbd6f9

Please sign in to comment.