aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-02-10 10:43:42 +0100
committerChocobozzz <me@florianbigard.com>2022-02-10 10:43:42 +0100
commitebee0c0427800e74800e21fd0e1d7550f7130270 (patch)
tree655c345ec89ec3a53fdd96f3572550ce8d7accea
parent0ffa7a0ef3340f869ede1a5efbf473fef416daba (diff)
downloadPeerTube-ebee0c0427800e74800e21fd0e1d7550f7130270.tar.gz
PeerTube-ebee0c0427800e74800e21fd0e1d7550f7130270.tar.zst
PeerTube-ebee0c0427800e74800e21fd0e1d7550f7130270.zip
Increase test timeout
-rw-r--r--server/tests/api/moderation/video-blacklist.ts2
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)