aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api
diff options
context:
space:
mode:
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 ])