From 89566f77fd938cf8b0a617d5d2df4ca718242372 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 23 Jan 2020 11:09:25 +0100 Subject: Increase blacklist import timeout --- server/tests/plugins/filter-hooks.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests') diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index b2436fb9e..6a5ea4641 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts @@ -145,6 +145,8 @@ describe('Test plugin filter hooks', function () { }) it('Should blacklist on import', async function () { + this.timeout(15000) + const attributes = { name: 'video please blacklist me', targetUrl: getYoutubeVideoUrl(), -- cgit v1.2.3