We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 722e70f + 8e29026 commit e9191d7Copy full SHA for e9191d7
src/webrtc.ts
@@ -64,7 +64,7 @@ export const CreateSession = async (req: express.Request, res: express.Response)
64
const resp: any = await new Promise((res, rej) => {
65
timeout = setTimeout(() => {
66
rej(new Error("Timeout waiting for response from ws"));
67
- }, 5000);
+ }, 15000);
68
69
// Hoist the res and rej functions to be used in the finally block for cleanup
70
wsRes = res;
0 commit comments