mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeout
parent
4404a7c467
commit
638949c67a
|
@ -302,7 +302,7 @@ describe('Test user notifications', 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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue