diff options
Diffstat (limited to 'server/tests/plugins')
-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 43749b0b5..a02a53c50 100644 --- a/server/tests/plugins/filter-hooks.ts +++ b/server/tests/plugins/filter-hooks.ts | |||
@@ -32,7 +32,7 @@ describe('Test plugin filter hooks', function () { | |||
32 | let videoPlaylistUUID: string | 32 | let videoPlaylistUUID: string |
33 | 33 | ||
34 | before(async function () { | 34 | before(async function () { |
35 | this.timeout(60000) | 35 | this.timeout(120000) |
36 | 36 | ||
37 | servers = await createMultipleServers(2) | 37 | servers = await createMultipleServers(2) |
38 | await setAccessTokensToServers(servers) | 38 | await setAccessTokensToServers(servers) |