Skip to content

Commit ec1bab7

Browse files
committed
increasing test case timeout
1 parent dc67dd8 commit ec1bab7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/feature.test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ describe('API Gateway', () => {
294294
.expect(413)
295295
})
296296

297-
it('close', async () => {
297+
it('close', async function () {
298+
this.timeout(5000)
298299
await remote.close()
299300
await fastify.close()
300301
})

0 commit comments

Comments
 (0)