diff options
author | Chocobozzz <me@florianbigard.com> | 2023-08-17 10:23:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-08-17 14:34:49 +0200 |
commit | e4f82eaa8b5c47874f53b82bc6910f1f93189548 (patch) | |
tree | b2d54d581f3bd33f9ed4bbee1a2f7e9e8cb077a3 /packages/tests/src | |
parent | e6c12444aab00413fed35c4573ac6b5ad24f4d24 (diff) | |
download | PeerTube-e4f82eaa8b5c47874f53b82bc6910f1f93189548.tar.gz PeerTube-e4f82eaa8b5c47874f53b82bc6910f1f93189548.tar.zst PeerTube-e4f82eaa8b5c47874f53b82bc6910f1f93189548.zip |
Remove invalid timeout
Diffstat (limited to 'packages/tests/src')
-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 | ||