Increase test timeout

pull/3589/head
Chocobozzz 2021-01-15 11:03:52 +01:00
parent bfc75aaa47
commit 83befebe52
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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)