From e4f82eaa8b5c47874f53b82bc6910f1f93189548 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 17 Aug 2023 10:23:12 +0200 Subject: [PATCH] Remove invalid timeout --- packages/tests/src/api/notifications/user-notifications.ts | 2 -- 1 file changed, 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 () { }) 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)