mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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 () {
|
||||
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 ])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user