Skip to content

Commit

Permalink
tests: increase timeout to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jan 11, 2024
1 parent 3d7e87c commit 4e44dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type TestContext = {
audioConsumer?: mediasoupClientTypes.Consumer;
};

const TEST_TIMEOUT = 20000;
const TEST_TIMEOUT = 30000;

const ctx: TestContext = {};

Expand Down

0 comments on commit 4e44dd1

Please sign in to comment.