]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/notifications/user-notifications.ts
Increase test timeout
[github/Chocobozzz/PeerTube.git] / 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)