]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove invalid timeout
authorChocobozzz <me@florianbigard.com>
Thu, 17 Aug 2023 08:23:12 +0000 (10:23 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 17 Aug 2023 12:34:49 +0000 (14:34 +0200)
packages/tests/src/api/notifications/user-notifications.ts

index 4c03cdb473a42d61f2e09eec42bae1c1cff797ac..f62388095c121f91854e19ac9161cf555eec8079 100644 (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)