parent
cb39db100a
commit
7da2ca1862
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ export const waitFire = async (user: any, channel: string, trgr: () => any, cond
|
|||
timer = setTimeout(() => {
|
||||
ws.close();
|
||||
res(false);
|
||||
}, 5000);
|
||||
}, 3000);
|
||||
|
||||
try {
|
||||
await trgr();
|
||||
|
|
Loading…
Reference in a new issue