diff options
Diffstat (limited to 'packages/tests/src/api/notifications/user-notifications.ts')
-rw-r--r-- | packages/tests/src/api/notifications/user-notifications.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/tests/src/api/notifications/user-notifications.ts b/packages/tests/src/api/notifications/user-notifications.ts index 4c03cdb47..f62388095 100644 --- a/packages/tests/src/api/notifications/user-notifications.ts +++ b/packages/tests/src/api/notifications/user-notifications.ts | |||
@@ -67,8 +67,6 @@ describe('Test user notifications', function () { | |||
67 | }) | 67 | }) |
68 | 68 | ||
69 | it('Should send a new video notification if the user follows the local video publisher', async function () { | 69 | it('Should send a new video notification if the user follows the local video publisher', async function () { |
70 | this.timeout(15000) | ||
71 | |||
72 | await servers[0].subscriptions.add({ token: userAccessToken, targetUri: 'root_channel@' + servers[0].host }) | 70 | await servers[0].subscriptions.add({ token: userAccessToken, targetUri: 'root_channel@' + servers[0].host }) |
73 | await waitJobs(servers) | 71 | await waitJobs(servers) |
74 | 72 | ||