From f4e75a6fd037c396b532e0cfc0a48d769e29f6ae Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 2 Sep 2021 09:11:51 +0200 Subject: [PATCH] Increase contact form tests timeout --- server/tests/api/check-params/contact-form.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/tests/api/check-params/contact-form.ts b/server/tests/api/check-params/contact-form.ts index 1df9993da..9f86fecc6 100644 --- a/server/tests/api/check-params/contact-form.ts +++ b/server/tests/api/check-params/contact-form.ts @@ -34,7 +34,7 @@ describe('Test contact form API validators', function () { }) it('Should not accept a contact form if it is disabled in the configuration', async function () { - this.timeout(10000) + this.timeout(25000) await killallServers([ server ]) @@ -44,7 +44,7 @@ describe('Test contact form API validators', function () { }) it('Should not accept a contact form if from email is invalid', async function () { - this.timeout(10000) + this.timeout(25000) await killallServers([ server ])