From: Chocobozzz Date: Thu, 23 Jan 2020 10:09:25 +0000 (+0100) Subject: Increase blacklist import timeout X-Git-Tag: v2.1.0-rc.1~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89566f77fd938cf8b0a617d5d2df4ca718242372;p=oweals%2Fpeertube.git Increase blacklist import timeout --- 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(),