aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/cli/optimize-old-videos.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/optimize-old-videos.ts b/server/tests/cli/optimize-old-videos.ts
index 3822fca42..fa82f962c 100644
--- a/server/tests/cli/optimize-old-videos.ts
+++ b/server/tests/cli/optimize-old-videos.ts
@@ -75,7 +75,7 @@ describe('Test optimize old videos', function () {
75 }) 75 })
76 76
77 it('Should run optimize script', async function () { 77 it('Should run optimize script', async function () {
78 this.timeout(120000) 78 this.timeout(200000)
79 79
80 const env = getEnvCli(servers[0]) 80 const env = getEnvCli(servers[0])
81 await execCLI(`${env} npm run optimize-old-videos`) 81 await execCLI(`${env} npm run optimize-old-videos`)