diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-27 08:26:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-27 08:26:55 +0200 |
commit | 3097acc7c2b6d09d6e882536a962c7efb665c647 (patch) | |
tree | dcadd2d4af48266322f73a64499c65bf2cb1cd74 /server | |
parent | 84e7ff2757b6736df4277fb2c1d48d3ca0a760ae (diff) | |
download | PeerTube-3097acc7c2b6d09d6e882536a962c7efb665c647.tar.gz PeerTube-3097acc7c2b6d09d6e882536a962c7efb665c647.tar.zst PeerTube-3097acc7c2b6d09d6e882536a962c7efb665c647.zip |
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/notifications/moderation-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/notifications/moderation-notifications.ts b/server/tests/api/notifications/moderation-notifications.ts index ad991210e..da9bd1196 100644 --- a/server/tests/api/notifications/moderation-notifications.ts +++ b/server/tests/api/notifications/moderation-notifications.ts | |||
@@ -382,7 +382,7 @@ describe('Test moderation notifications', function () { | |||
382 | }) | 382 | }) |
383 | 383 | ||
384 | it('Should send a notification only to admin when there is a new instance follower', async function () { | 384 | it('Should send a notification only to admin when there is a new instance follower', async function () { |
385 | this.timeout(20000) | 385 | this.timeout(60000) |
386 | 386 | ||
387 | await servers[2].follows.follow({ hosts: [ servers[0].url ] }) | 387 | await servers[2].follows.follow({ hosts: [ servers[0].url ] }) |
388 | 388 | ||