mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-24 00:39:32 +09:00
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(() => {
|
||||
ws.close();
|
||||
res(false);
|
||||
}, 3000);
|
||||
}, 5000);
|
||||
|
||||
try {
|
||||
await trgr();
|
||||
|
Loading…
Reference in New Issue
Block a user