diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-15 08:21:39 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-15 08:21:39 +0200 |
commit | c4244cfde17fe0330bd452e2bd844b2bef58e410 (patch) | |
tree | b5c9f2d55c42865681050589bc0f70180271e265 /server/tests | |
parent | 7500d6c9000b531fda1fd64e188b7cf83803941a (diff) | |
download | PeerTube-c4244cfde17fe0330bd452e2bd844b2bef58e410.tar.gz PeerTube-c4244cfde17fe0330bd452e2bd844b2bef58e410.tar.zst PeerTube-c4244cfde17fe0330bd452e2bd844b2bef58e410.zip |
Increase test timeout
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/plugins/filter-hooks.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts index e78246d2d..a947283c2 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts | |||
@@ -372,7 +372,7 @@ describe('Test plugin filter hooks', function () { | |||
372 | const downloadVideos: VideoDetails[] = [] | 372 | const downloadVideos: VideoDetails[] = [] |
373 | 373 | ||
374 | before(async function () { | 374 | before(async function () { |
375 | this.timeout(60000) | 375 | this.timeout(120000) |
376 | 376 | ||
377 | await updateCustomSubConfig(servers[0].url, servers[0].accessToken, { | 377 | await updateCustomSubConfig(servers[0].url, servers[0].accessToken, { |
378 | transcoding: { | 378 | transcoding: { |