aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-09-02 09:11:51 +0200
committerChocobozzz <me@florianbigard.com>2021-09-02 09:11:51 +0200
commitf4e75a6fd037c396b532e0cfc0a48d769e29f6ae (patch)
tree9a21e780ad73453d3d05fb4ec9434ae9351c7ff7
parent12d6b873cd4c5eb8c4fd298885e0c7fa6deb3756 (diff)
downloadPeerTube-f4e75a6fd037c396b532e0cfc0a48d769e29f6ae.tar.gz
PeerTube-f4e75a6fd037c396b532e0cfc0a48d769e29f6ae.tar.zst
PeerTube-f4e75a6fd037c396b532e0cfc0a48d769e29f6ae.zip
Increase contact form tests timeout
-rw-r--r--server/tests/api/check-params/contact-form.ts4
1 files changed, 2 insertions, 2 deletions
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 () {
34 }) 34 })
35 35
36 it('Should not accept a contact form if it is disabled in the configuration', async function () { 36 it('Should not accept a contact form if it is disabled in the configuration', async function () {
37 this.timeout(10000) 37 this.timeout(25000)
38 38
39 await killallServers([ server ]) 39 await killallServers([ server ])
40 40
@@ -44,7 +44,7 @@ describe('Test contact form API validators', function () {
44 }) 44 })
45 45
46 it('Should not accept a contact form if from email is invalid', async function () { 46 it('Should not accept a contact form if from email is invalid', async function () {
47 this.timeout(10000) 47 this.timeout(25000)
48 48
49 await killallServers([ server ]) 49 await killallServers([ server ])
50 50