Skip to content

Commit f6f3cfd

Browse files
author
magne
committed
Increase timeout for cluster
1 parent 620338c commit f6f3cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/filtering.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ describe("filtering", () => {
4545

4646
await eventually(async () => {
4747
expect((await rabbit.getQueueInfo(streamName)).messages).eql(3)
48-
}, 5000)
48+
}, 10000)
4949
}).timeout(10000)
5050
})

0 commit comments

Comments
 (0)