projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9390558
)
Increase blacklist import timeout
author
Chocobozzz
<me@florianbigard.com>
Thu, 23 Jan 2020 10:09:25 +0000
(11:09 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Thu, 23 Jan 2020 10:09:25 +0000
(11:09 +0100)
server/tests/plugins/filter-hooks.ts
patch
|
blob
|
history
diff --git
a/server/tests/plugins/filter-hooks.ts
b/server/tests/plugins/filter-hooks.ts
index b2436fb9e47c5cc321aaed62379e16942dd31dc4..6a5ea46415c3f738dd4d26195285f461a71679db 100644
(file)
--- 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(),