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.
1 parent 3d7e87c commit 4e44dd1Copy full SHA for 4e44dd1
src/test/test.ts
@@ -14,7 +14,7 @@ type TestContext = {
14
audioConsumer?: mediasoupClientTypes.Consumer;
15
};
16
17
-const TEST_TIMEOUT = 20000;
+const TEST_TIMEOUT = 30000;
18
19
const ctx: TestContext = {};
20
0 commit comments