diff --git a/test/utils/index.js b/test/utils/index.js index f75cbc0..666fa1b 100644 --- a/test/utils/index.js +++ b/test/utils/index.js @@ -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 };