From 0015924ad67d30bbc2d6966427794f5e1143e70f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 3 Nov 2022 08:31:27 +0100 Subject: Increase test timeout --- server/tests/plugins/action-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts index af65166d9..36f8052c0 100644 --- a/server/tests/plugins/action-hooks.ts +++ b/server/tests/plugins/action-hooks.ts @@ -21,7 +21,7 @@ describe('Test plugin action hooks', function () { } before(async function () { - this.timeout(30000) + this.timeout(120000) servers = await createMultipleServers(2) await setAccessTokensToServers(servers) -- cgit v1.2.3