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 620338c commit f6f3cfdCopy full SHA for f6f3cfd
test/e2e/filtering.test.ts
@@ -45,6 +45,6 @@ describe("filtering", () => {
45
46
await eventually(async () => {
47
expect((await rabbit.getQueueInfo(streamName)).messages).eql(3)
48
- }, 5000)
+ }, 10000)
49
}).timeout(10000)
50
})
0 commit comments