Skip to content

Commit

Permalink
fix: test add delay
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 13, 2023
1 parent 07c80ee commit 30c1f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/transport/stream/src/__tests__/stream.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ describe("streams", function () {
let totalWrites = 10;
expect(streams[0].ack).toHaveLength(0);

await delay(5000);
// push one message to ensure paths are found
await streams[0].stream.publish(data, {
mode: new SeekDelivery({
Expand Down

0 comments on commit 30c1f2f

Please sign in to comment.