diff options
-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: { |