diff options
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 2 |
1 files changed, 2 insertions, 0 deletions
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 () { | |||
145 | }) | 145 | }) |
146 | 146 | ||
147 | it('Should blacklist on import', async function () { | 147 | it('Should blacklist on import', async function () { |
148 | this.timeout(15000) | ||
149 | |||
148 | const attributes = { | 150 | const attributes = { |
149 | name: 'video please blacklist me', | 151 | name: 'video please blacklist me', |
150 | targetUrl: getYoutubeVideoUrl(), | 152 | targetUrl: getYoutubeVideoUrl(), |