Remove invalid timeout

pull/5917/head
Chocobozzz 2023-08-17 10:23:12 +02:00
parent e6c12444aa
commit e4f82eaa8b
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ describe('Test user notifications', function () {
})
it('Should send a new video notification if the user follows the local video publisher', async function () {
this.timeout(15000)
await servers[0].subscriptions.add({ token: userAccessToken, targetUri: 'root_channel@' + servers[0].host })
await waitJobs(servers)