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

index 9f8a7c6eadeb4072eb0b304f9f10590e407ce8c1..ceadc21ffc61afee33724eb4751c66d7d1502a71 100644 (file)
@@ -302,7 +302,7 @@ describe('Test user notifications', function () {
     })
 
     it('Should not send a notification before the video is published', async function () {
-      this.timeout(50000)
+      this.timeout(150000)
 
       const updateAt = new Date(new Date().getTime() + 1000000)