Skip to content

Commit

Permalink
test(): Change timeout of concurrent MQTT test
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunnerLivio committed Jul 24, 2019
1 parent 97bc3c6 commit 0c4efab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/microservices/e2e/sum-mqtt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('MQTT 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 0c4efab

Please sign in to comment.