aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-playlists.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-09-28 08:24:18 +0200
committerChocobozzz <me@florianbigard.com>2022-09-28 08:25:46 +0200
commit36305301cb31fb8f66c4e544e91f8e5e3228c2ee (patch)
treeb80777e9cfce25b5159771ba9b85d9fcae667ec0 /server/tests/api/videos/video-playlists.ts
parentca68986083edfc530985f47007a099b94cd65325 (diff)
downloadPeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.tar.gz
PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.tar.zst
PeerTube-36305301cb31fb8f66c4e544e91f8e5e3228c2ee.zip
Set AKISMET_KEY as env
Diffstat (limited to 'server/tests/api/videos/video-playlists.ts')
-rw-r--r--server/tests/api/videos/video-playlists.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-playlists.ts b/server/tests/api/videos/video-playlists.ts
index 47b8c7b1e..a0c743170 100644
--- a/server/tests/api/videos/video-playlists.ts
+++ b/server/tests/api/videos/video-playlists.ts
@@ -70,7 +70,7 @@ describe('Test video playlists', function () {
70 let commands: PlaylistsCommand[] 70 let commands: PlaylistsCommand[]
71 71
72 before(async function () { 72 before(async function () {
73 this.timeout(120000) 73 this.timeout(240000)
74 74
75 servers = await createMultipleServers(3) 75 servers = await createMultipleServers(3)
76 76