Skip to content

Commit

Permalink
fix: set seekTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 13, 2023
1 parent d4cf164 commit 07c80ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/transport/pubsub/src/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,8 @@ describe("pubsub", function () {
pubsub: (c) =>
new DirectSub(c, {
canRelayMessage: true,
connectionManager: false
connectionManager: false,
seekTimeout: 5000 // set seekTimeout to make GoodBye/leaving events to take effect faster
})
}
});
Expand Down

0 comments on commit 07c80ee

Please sign in to comment.