Increase contact form tests timeout

pull/4387/head
Chocobozzz 2021-09-02 09:11:51 +02:00
parent 12d6b873cd
commit f4e75a6fd0
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View 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 ])