From 15b43b214eb37b05aa65aa8ef61fd0e6aa0b62d2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Jul 2022 13:34:03 +0200 Subject: Increase test timeout --- server/tests/api/videos/video-channels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/api/videos') diff --git a/server/tests/api/videos/video-channels.ts b/server/tests/api/videos/video-channels.ts index 42e0cf431..bbb9b12d6 100644 --- a/server/tests/api/videos/video-channels.ts +++ b/server/tests/api/videos/video-channels.ts @@ -59,7 +59,7 @@ describe('Test video channels', function () { }) it('Should create another video channel', async function () { - this.timeout(10000) + this.timeout(30000) { const videoChannel = { -- cgit v1.2.3