mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
test: increase timeout for the wildcard topic exchange test
This commit is contained in:
@@ -30,7 +30,7 @@ describe('RabbitMQ transport (Topic Exchange)', () => {
|
||||
|
||||
it(`should send message to wildcard topic exchange`, () => {
|
||||
return request(server).get('/topic-exchange').expect(200, 'wildcard.a.b');
|
||||
});
|
||||
}).timeout(10000);
|
||||
|
||||
afterEach(async () => {
|
||||
await app.close();
|
||||
|
||||
Reference in New Issue
Block a user