From 5b77537ce54832f47931ba47dc513be2a9197f92 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 23 Jul 2019 12:04:15 +0200 Subject: Correctly notify on auto blacklist --- server/tests/cli/optimize-old-videos.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/cli') 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 () { }) it('Should run optimize script', async function () { - this.timeout(120000) + this.timeout(200000) const env = getEnvCli(servers[0]) await execCLI(`${env} npm run optimize-old-videos`) -- cgit v1.2.3