one more timeout that sometimes is not enough

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-12-12 13:07:39 +01:00
parent 64a8bb96cf
commit c6a2600770
@@ -84,7 +84,7 @@ describe('eventPlugin', () => {
const response = await request(app)
.post('/http/fake')
.timeout(100)
.timeout(1000)
.send({ test: 'fake' });
expect(response.status).toBe(202);