mirror of https://github.com/certd/certd
chore: 1
parent
9cc01db1d5
commit
37caef38ad
|
@ -191,7 +191,7 @@ module.exports = async function(client, userOpts) {
|
|||
for (const task of tasks) {
|
||||
results.push(task());
|
||||
// eslint-disable-next-line no-await-in-loop
|
||||
await wait(30000);
|
||||
await wait(10000);
|
||||
}
|
||||
return Promise.all(results);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue