test
This commit is contained in:
parent
e3f4c9bcf6
commit
cb39db100a
|
@ -301,7 +301,7 @@ export const waitFire = async (user: any, channel: string, trgr: () => any, cond
|
||||||
timer = setTimeout(() => {
|
timer = setTimeout(() => {
|
||||||
ws.close();
|
ws.close();
|
||||||
res(false);
|
res(false);
|
||||||
}, 3000);
|
}, 5000);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await trgr();
|
await trgr();
|
||||||
|
|
Loading…
Reference in New Issue