]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Fri, 20 May 2022 15:12:00 +0000 (17:12 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 20 May 2022 15:12:00 +0000 (17:12 +0200)
server/tests/api/notifications/user-notifications.ts

index 1705fda55f22910f3e6b21f6f7961ecf19fb419e..a7cc529f877bf1a38f556a05ae35c45d037a1b0b 100644 (file)
@@ -186,7 +186,7 @@ describe('Test user notifications', function () {
     })
 
     it('Should not send a new video notification when a remote video becomes unlisted', async function () {
-      this.timeout(50000)
+      this.timeout(100000)
 
       const data = { privacy: VideoPrivacy.PRIVATE }
       const { name, uuid, shortUUID } = await uploadRandomVideoOnServers(servers, 2, data)