]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Tue, 13 Sep 2022 06:42:31 +0000 (08:42 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 13 Sep 2022 06:42:39 +0000 (08:42 +0200)
server/tests/api/notifications/user-notifications.ts

index c05f3330a2040bd0f61f52b058670369a6a914af..9f8a7c6eadeb4072eb0b304f9f10590e407ce8c1 100644 (file)
@@ -158,7 +158,7 @@ describe('Test user notifications', function () {
     })
 
     it('Should send a new video notification when a remote video becomes public', async function () {
-      this.timeout(50000)
+      this.timeout(120000)
 
       const data = { privacy: VideoPrivacy.PRIVATE }
       const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)