Merge pull request #15167 from backstage/freben/timeout1000

one more timeout that sometimes is not enough
This commit is contained in:
Johan Haals
2022-12-12 13:28:48 +01:00
committed by GitHub
@@ -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);