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

index ad991210e1aefdeabffb1c27d9a37fbd9a4e95a8..da9bd1196f4d100b85df1bf1dc0e5355fdeae051 100644 (file)
@@ -382,7 +382,7 @@ describe('Test moderation notifications', function () {
     })
 
     it('Should send a notification only to admin when there is a new instance follower', async function () {
-      this.timeout(20000)
+      this.timeout(60000)
 
       await servers[2].follows.follow({ hosts: [ servers[0].url ] })