diff --git a/index.js b/index.js index bf3037e..ddab26a 100644 --- a/index.js +++ b/index.js @@ -84,7 +84,7 @@ async function sleep(timeout) { // Pre-loading cookie for sign in await handleCookie() // wait 1 minute for signing - await sleep(0) + await sleep(1) // sign in asynchronizedly with promise all and diff instance of signApp class Promise.all(users.map(e => signIn(e)))