Skip to content

Commit

Permalink
[FIX] flapping test
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed Jan 9, 2023
1 parent a879422 commit f864c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jetstream_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3322,7 +3322,7 @@ Deno.test("jetstream - ephemeral pull consumer", async () => {
await nc.flush();

const jsm = await nc.jetstreamManager();
await delay(1000);
await delay(1500);
await assertRejects(
async () => {
await jsm.consumers.info(stream, old.name);
Expand Down

0 comments on commit f864c4b

Please sign in to comment.