diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/server/contact-form.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/server/contact-form.ts b/server/tests/api/server/contact-form.ts index 1a165331b..93221d0a3 100644 --- a/server/tests/api/server/contact-form.ts +++ b/server/tests/api/server/contact-form.ts | |||
@@ -30,6 +30,8 @@ describe('Test contact form', function () { | |||
30 | }) | 30 | }) |
31 | 31 | ||
32 | it('Should send a contact form', async function () { | 32 | it('Should send a contact form', async function () { |
33 | this.timeout(10000) | ||
34 | |||
33 | await sendContactForm({ | 35 | await sendContactForm({ |
34 | url: server.url, | 36 | url: server.url, |
35 | fromEmail: 'toto@example.com', | 37 | fromEmail: 'toto@example.com', |