Remove invalid timeout
This commit is contained in:
parent
e6c12444aa
commit
e4f82eaa8b
1 changed files with 0 additions and 2 deletions
|
@ -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 () {
|
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 servers[0].subscriptions.add({ token: userAccessToken, targetUri: 'root_channel@' + servers[0].host })
|
||||||
await waitJobs(servers)
|
await waitJobs(servers)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue