Skip to content

Commit

Permalink
test(): increase the timeout for redis integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Jul 17, 2019
1 parent ef19973 commit d613799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/microservices/e2e/sum-redis.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('REDIS transport', () => {
Array.from({ length: 10 }, (v, k) => k + 91),
])
.expect(200, 'true');
});
}).timeout(5000);

it(`/POST (streaming)`, () => {
return request(server)
Expand Down

0 comments on commit d613799

Please sign in to comment.