From 59fd824cf3434a8417b73230f1840fed327e3495 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 11 Dec 2020 10:36:05 +0100 Subject: Fix tests timeout --- server/tests/plugins/plugin-helpers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/plugins') diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts index c0d95e1e0..a585e3020 100644 --- a/server/tests/plugins/plugin-helpers.ts +++ b/server/tests/plugins/plugin-helpers.ts @@ -180,7 +180,7 @@ describe('Test plugin helpers', function () { }) it('Should remove a video after a view', async function () { - this.timeout(20000) + this.timeout(40000) // Should not throw -> video exists await getVideo(servers[0].url, videoUUID) -- cgit v1.2.3