diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/moderation/video-blacklist.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/moderation/video-blacklist.ts b/server/tests/api/moderation/video-blacklist.ts index 322e93815..3e7f2ba33 100644 --- a/server/tests/api/moderation/video-blacklist.ts +++ b/server/tests/api/moderation/video-blacklist.ts | |||
@@ -32,7 +32,7 @@ describe('Test video blacklist', function () { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | before(async function () { | 34 | before(async function () { |
35 | this.timeout(50000) | 35 | this.timeout(120000) |
36 | 36 | ||
37 | // Run servers | 37 | // Run servers |
38 | servers = await createMultipleServers(2) | 38 | servers = await createMultipleServers(2) |