aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/video-privacy.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-privacy.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-privacy.ts')
-rw-r--r--server/tests/api/videos/video-privacy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-privacy.ts b/server/tests/api/videos/video-privacy.ts
index b18c71c94..92f5dab3c 100644
--- a/server/tests/api/videos/video-privacy.ts
+++ b/server/tests/api/videos/video-privacy.ts
@@ -45,7 +45,7 @@ describe('Test video privacy', function () {
45 describe('Private and internal videos', function () { 45 describe('Private and internal videos', function () {
46 46
47 it('Should upload a private and internal videos on server 1', async function () { 47 it('Should upload a private and internal videos on server 1', async function () {
48 this.timeout(10000) 48 this.timeout(50000)
49 49
50 for (const privacy of [ VideoPrivacy.PRIVATE, VideoPrivacy.INTERNAL ]) { 50 for (const privacy of [ VideoPrivacy.PRIVATE, VideoPrivacy.INTERNAL ]) {
51 const attributes = { privacy } 51 const attributes = { privacy }