From 1e3e64a679ef15801a174cd343fb6f725afbcabb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Mar 2023 08:43:50 +0200 Subject: Fix tests --- server/tests/plugins/filter-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') 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 () { let videoPlaylistUUID: string before(async function () { - this.timeout(60000) + this.timeout(120000) servers = await createMultipleServers(2) await setAccessTokensToServers(servers) -- cgit v1.2.3