mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Increase test timeout
This commit is contained in:
parent
c2b1ffa7c7
commit
10178c47d0
@ -186,7 +186,7 @@ describe('Test user notifications', function () {
|
||||
})
|
||||
|
||||
it('Should not send a new video notification when a remote video becomes unlisted', async function () {
|
||||
this.timeout(50000)
|
||||
this.timeout(100000)
|
||||
|
||||
const data = { privacy: VideoPrivacy.PRIVATE }
|
||||
const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)
|
||||
|
Loading…
Reference in New Issue
Block a user