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 ])