Skip to content
Snippets Groups Projects
Commit cb39db10 authored by syuilo's avatar syuilo
Browse files

test

parent e3f4c9bc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment