aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/views.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/views.ts')
-rw-r--r--server/tests/api/check-params/views.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/views.ts b/server/tests/api/check-params/views.ts
index 185b04af1..ca4752345 100644
--- a/server/tests/api/check-params/views.ts
+++ b/server/tests/api/check-params/views.ts
@@ -19,7 +19,7 @@ describe('Test videos views', function () {
19 let userAccessToken: string 19 let userAccessToken: string
20 20
21 before(async function () { 21 before(async function () {
22 this.timeout(30000) 22 this.timeout(120000)
23 23
24 servers = await createMultipleServers(2) 24 servers = await createMultipleServers(2)
25 await setAccessTokensToServers(servers) 25 await setAccessTokensToServers(servers)