mirror of https://github.com/Chocobozzz/PeerTube
Increase test timeout
parent
7500d6c900
commit
c4244cfde1
|
@ -372,7 +372,7 @@ describe('Test plugin filter hooks', function () {
|
||||||
const downloadVideos: VideoDetails[] = []
|
const downloadVideos: VideoDetails[] = []
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(60000)
|
this.timeout(120000)
|
||||||
|
|
||||||
await updateCustomSubConfig(servers[0].url, servers[0].accessToken, {
|
await updateCustomSubConfig(servers[0].url, servers[0].accessToken, {
|
||||||
transcoding: {
|
transcoding: {
|
||||||
|
|
Loading…
Reference in New Issue