]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/server/contact-form.ts
Fix reverse proxy test
[github/Chocobozzz/PeerTube.git] / server / tests / api / server / contact-form.ts
index 1a165331ba803321a03dfdd7a23eecc20f14a033..93221d0a3c6d17e677f43d6dbe69bc11a4ddf3bc 100644 (file)
@@ -30,6 +30,8 @@ describe('Test contact form', function () {
   })
 
   it('Should send a contact form', async function () {
+    this.timeout(10000)
+
     await sendContactForm({
       url: server.url,
       fromEmail: 'toto@example.com',