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
bfc75aaa47
commit
83befebe52
@ -87,7 +87,7 @@ describe('Test user notifications', function () {
|
||||
})
|
||||
|
||||
it('Should send a new video notification from a remote account', async function () {
|
||||
this.timeout(50000) // Server 2 has transcoding enabled
|
||||
this.timeout(150000) // Server 2 has transcoding enabled
|
||||
|
||||
await addUserSubscription(servers[0].url, userAccessToken, 'root_channel@localhost:' + servers[1].port)
|
||||
await waitJobs(servers)
|
||||
|
Loading…
Reference in New Issue
Block a user