Increase contact form tests timeout
This commit is contained in:
parent
12d6b873cd
commit
f4e75a6fd0
|
@ -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 () {
|
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 ])
|
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 () {
|
it('Should not accept a contact form if from email is invalid', async function () {
|
||||||
this.timeout(10000)
|
this.timeout(25000)
|
||||||
|
|
||||||
await killallServers([ server ])
|
await killallServers([ server ])
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue