]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/contact-form.ts
Increase timeout
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / contact-form.ts
index 1df9993da04d9aee29383d9dfb4e8b3bf06419a8..9f86fecc65f3d835d55d61f439bf2f2048093077 100644 (file)
@@ -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 ])