From 33b91e53d21fba295ecf516b717fb36e91990771 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 May 2023 09:20:28 +0200 Subject: Remove low timeouts Default timeout is 30s --- server/tests/api/transcoding/hls.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/tests/api/transcoding/hls.ts') diff --git a/server/tests/api/transcoding/hls.ts b/server/tests/api/transcoding/hls.ts index 84a53c0bd..b6e4fe8e5 100644 --- a/server/tests/api/transcoding/hls.ts +++ b/server/tests/api/transcoding/hls.ts @@ -60,8 +60,6 @@ describe('Test HLS videos', function () { }) it('Should delete videos', async function () { - this.timeout(10000) - for (const uuid of videoUUIDs) { await servers[0].videos.remove({ id: uuid }) } -- cgit v1.2.3