aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/transcoding
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-22 09:20:28 +0200
committerChocobozzz <me@florianbigard.com>2023-05-22 09:22:08 +0200
commit33b91e53d21fba295ecf516b717fb36e91990771 (patch)
treec3e6c31636a47b64c164c1e91ee2125bbc61339e /server/tests/api/transcoding
parent679f8800cdc0ef925fae9ca26fb2892a8f475ad5 (diff)
downloadPeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.gz
PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.tar.zst
PeerTube-33b91e53d21fba295ecf516b717fb36e91990771.zip
Remove low timeouts
Default timeout is 30s
Diffstat (limited to 'server/tests/api/transcoding')
-rw-r--r--server/tests/api/transcoding/hls.ts2
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 }