diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-23 11:09:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-23 11:09:25 +0100 |
commit | 89566f77fd938cf8b0a617d5d2df4ca718242372 (patch) | |
tree | 6429ada249e5a3bfa21abe695434221d871aeefa /server/tests/plugins | |
parent | 93905586ee198d4ac0a0fd5141a9fcbb10a94652 (diff) | |
download | PeerTube-89566f77fd938cf8b0a617d5d2df4ca718242372.tar.gz PeerTube-89566f77fd938cf8b0a617d5d2df4ca718242372.tar.zst PeerTube-89566f77fd938cf8b0a617d5d2df4ca718242372.zip |
Increase blacklist import timeout
Diffstat (limited to 'server/tests/plugins')
-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(), |