Skip to content

Commit d613799

Browse files
test(): increase the timeout for redis integration test
1 parent ef19973 commit d613799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration/microservices/e2e/sum-redis.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ describe('REDIS transport', () => {
6262
Array.from({ length: 10 }, (v, k) => k + 91),
6363
])
6464
.expect(200, 'true');
65-
});
65+
}).timeout(5000);
6666

6767
it(`/POST (streaming)`, () => {
6868
return request(server)

0 commit comments

Comments
 (0)