mirror of https://github.com/Chocobozzz/PeerTube
Increase blacklist import timeout
parent
93905586ee
commit
89566f77fd
|
@ -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(),
|
||||
|
|
Loading…
Reference in New Issue