aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-07-10 16:13:22 +0200
committerChocobozzz <me@florianbigard.com>2023-07-10 16:13:22 +0200
commit63e2f087c3410206aa294df8099b005e615592e5 (patch)
treebbc60b9b258f35442e9c6e6104e8df255f3704f1 /server/tests/api
parent83b42f5a32df30fc8b665d52c7ef707c0c5c8566 (diff)
parent8953f055c86ca74f145d7ac5ac93bb6104d73af9 (diff)
downloadPeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.gz
PeerTube-63e2f087c3410206aa294df8099b005e615592e5.tar.zst
PeerTube-63e2f087c3410206aa294df8099b005e615592e5.zip
Merge branch 'feature/remove-webtorrent' into develop
Diffstat (limited to 'server/tests/api')
-rw-r--r--server/tests/api/check-params/video-storyboards.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-storyboards.ts b/server/tests/api/check-params/video-storyboards.ts
index a43d8fc48..c038e7370 100644
--- a/server/tests/api/check-params/video-storyboards.ts
+++ b/server/tests/api/check-params/video-storyboards.ts
@@ -12,7 +12,7 @@ describe('Test video storyboards API validator', function () {
12 // --------------------------------------------------------------- 12 // ---------------------------------------------------------------
13 13
14 before(async function () { 14 before(async function () {
15 this.timeout(30000) 15 this.timeout(120000)
16 16
17 server = await createSingleServer(1) 17 server = await createSingleServer(1)
18 await setAccessTokensToServers([ server ]) 18 await setAccessTokensToServers([ server ])