From 109d893ff5353c3061af3062cf9443bcba39aafc Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 16 Jul 2019 17:38:20 +0200 Subject: Fix lint --- server/tests/api/videos/video-blacklist.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests/api/videos/video-blacklist.ts') diff --git a/server/tests/api/videos/video-blacklist.ts b/server/tests/api/videos/video-blacklist.ts index 8760a4787..854b2f0cb 100644 --- a/server/tests/api/videos/video-blacklist.ts +++ b/server/tests/api/videos/video-blacklist.ts @@ -421,6 +421,8 @@ describe('Test video blacklist', function () { }) it('Should auto blacklist a video on URL import', async function () { + this.timeout(15000) + const attributes = { targetUrl: getYoutubeVideoUrl(), name: 'URL import', -- cgit v1.2.3