diff options
Diffstat (limited to 'server/tests/api/transcoding')
-rw-r--r-- | server/tests/api/transcoding/hls.ts | 2 |
1 files changed, 0 insertions, 2 deletions
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 () { | |||
60 | }) | 60 | }) |
61 | 61 | ||
62 | it('Should delete videos', async function () { | 62 | it('Should delete videos', async function () { |
63 | this.timeout(10000) | ||
64 | |||
65 | for (const uuid of videoUUIDs) { | 63 | for (const uuid of videoUUIDs) { |
66 | await servers[0].videos.remove({ id: uuid }) | 64 | await servers[0].videos.remove({ id: uuid }) |
67 | } | 65 | } |