Increase test timeout
This commit is contained in:
parent
4404a7c467
commit
638949c67a
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ describe('Test user notifications', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should not send a notification before the video is published', async function () {
|
it('Should not send a notification before the video is published', async function () {
|
||||||
this.timeout(50000)
|
this.timeout(150000)
|
||||||
|
|
||||||
const updateAt = new Date(new Date().getTime() + 1000000)
|
const updateAt = new Date(new Date().getTime() + 1000000)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue