From 75e12406e271e3aaf1f7c394a63ce570091db480 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 8 Jun 2021 16:52:35 +0200 Subject: [PATCH] Increase tests timeout for plugin helpers --- server/tests/plugins/plugin-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts index f72de8229..0296d6eb7 100644 --- a/server/tests/plugins/plugin-helpers.ts +++ b/server/tests/plugins/plugin-helpers.ts @@ -144,7 +144,7 @@ describe('Test plugin helpers', function () { let videoUUIDServer1: string before(async function () { - this.timeout(30000) + this.timeout(60000) { const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })