one more timeout that sometimes is not enough
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user