]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Increase test timeout
authorChocobozzz <me@florianbigard.com>
Tue, 12 Jan 2021 08:02:40 +0000 (09:02 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 12 Jan 2021 08:02:40 +0000 (09:02 +0100)
server/tests/api/notifications/user-notifications.ts

index 6e7e7b19fc811c582bc1ffa420f46ccd1c5e2fb2..46c7f5743937033a4e09e35f64d8cdc59d0b9454 100644 (file)
@@ -116,7 +116,7 @@ describe('Test user notifications', function () {
     })
 
     it('Should send a new video notification on a remote scheduled publication', async function () {
-      this.timeout(50000)
+      this.timeout(100000)
 
       // In 2 seconds
       const updateAt = new Date(new Date().getTime() + 2000)