diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/videos/video-blacklist.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
421 | }) | 421 | }) |
422 | 422 | ||
423 | it('Should auto blacklist a video on URL import', async function () { | 423 | it('Should auto blacklist a video on URL import', async function () { |
424 | this.timeout(15000) | ||
425 | |||
424 | const attributes = { | 426 | const attributes = { |
425 | targetUrl: getYoutubeVideoUrl(), | 427 | targetUrl: getYoutubeVideoUrl(), |
426 | name: 'URL import', | 428 | name: 'URL import', |