test: increase timeout for the wildcard topic exchange test

This commit is contained in:
Kamil Myśliwiec
2025-01-30 14:57:15 +01:00
parent 823fbab75d
commit e1a9f5f0f3

View File

@@ -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();