X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fcontact-form.ts;h=0256cc193f77cb553ad13a705d2bd309b63fdb7f;hb=33b91e53d21fba295ecf516b717fb36e91990771;hp=dd971203a050ccf3560311e582eb831cc0c2b45d;hpb=8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/contact-form.ts b/server/tests/api/server/contact-form.ts index dd971203a..0256cc193 100644 --- a/server/tests/api/server/contact-form.ts +++ b/server/tests/api/server/contact-form.ts @@ -31,8 +31,6 @@ describe('Test contact form', function () { }) it('Should send a contact form', async function () { - this.timeout(10000) - await command.send({ fromEmail: 'toto@example.com', body: 'my super message', @@ -61,8 +59,6 @@ describe('Test contact form', function () { }) it('Should not be able to send another contact form because of the anti spam checker', async function () { - this.timeout(10000) - await wait(1000) await command.send({