aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-17 16:42:57 +0200
committerChocobozzz <me@florianbigard.com>2023-05-17 16:43:05 +0200
commite901579b00fbcd8fc0f7b45fd841636329148a34 (patch)
tree9dcfb17e3004469c96904bfc7f2136eb4fbe637f /server/tests/api/check-params
parentf86ff3a02642263ac64db5d5fba4059db0092561 (diff)
downloadPeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.tar.gz
PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.tar.zst
PeerTube-e901579b00fbcd8fc0f7b45fd841636329148a34.zip
Fix tests
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r--server/tests/api/check-params/video-captions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-captions.ts b/server/tests/api/check-params/video-captions.ts
index bfce5ca47..532dab1c4 100644
--- a/server/tests/api/check-params/video-captions.ts
+++ b/server/tests/api/check-params/video-captions.ts
@@ -23,7 +23,7 @@ describe('Test video captions API validator', function () {
23 // --------------------------------------------------------------- 23 // ---------------------------------------------------------------
24 24
25 before(async function () { 25 before(async function () {
26 this.timeout(30000) 26 this.timeout(120000)
27 27
28 server = await createSingleServer(1) 28 server = await createSingleServer(1)
29 29