From a1bd2b77d99cec5c27d38501f5f12f9dc339de17 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Jun 2023 15:55:00 +0200 Subject: Remove webtorrent support from client --- server/tests/api/check-params/video-storyboards.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api') diff --git a/server/tests/api/check-params/video-storyboards.ts b/server/tests/api/check-params/video-storyboards.ts index a43d8fc48..c038e7370 100644 --- a/server/tests/api/check-params/video-storyboards.ts +++ b/server/tests/api/check-params/video-storyboards.ts @@ -12,7 +12,7 @@ describe('Test video storyboards API validator', function () { // --------------------------------------------------------------- before(async function () { - this.timeout(30000) + this.timeout(120000) server = await createSingleServer(1) await setAccessTokensToServers([ server ]) -- cgit v1.2.3