From 33ff70baa64c6315856066682595878a27b7ed8c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 24 Nov 2020 16:24:50 +0100 Subject: Fix audio encoding params --- server/tests/api/videos/single-server.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests/api/videos/single-server.ts') diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 0ae405950..b74bc3e80 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts @@ -157,6 +157,8 @@ describe('Test a single server', function () { }) it('Should upload the video', async function () { + this.timeout(10000) + const videoAttributes = { name: 'my super name', category: 2, -- cgit v1.2.3