]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/contact-form.ts
Remove low timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / contact-form.ts
index dd971203a050ccf3560311e582eb831cc0c2b45d..0256cc193f77cb553ad13a705d2bd309b63fdb7f 100644 (file)
@@ -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({