diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-18 10:23:45 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-18 10:23:45 +0200 |
commit | 27c3c9456dcf436946635c3c85d4a7653b5cccdb (patch) | |
tree | db973af4b826d3f6feb72e02dbf3985d8c9a3cc8 /server/tests/api/videos | |
parent | 1e2fe802d1f82b81ac30fd9ca267da12f75032a2 (diff) | |
download | PeerTube-27c3c9456dcf436946635c3c85d4a7653b5cccdb.tar.gz PeerTube-27c3c9456dcf436946635c3c85d4a7653b5cccdb.tar.zst PeerTube-27c3c9456dcf436946635c3c85d4a7653b5cccdb.zip |
Increase some timeouts
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/video-imports.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-imports.ts b/server/tests/api/videos/video-imports.ts index 4686d5800..948c779e8 100644 --- a/server/tests/api/videos/video-imports.ts +++ b/server/tests/api/videos/video-imports.ts | |||
@@ -266,7 +266,7 @@ Ajouter un sous-titre est vraiment facile`) | |||
266 | }) | 266 | }) |
267 | 267 | ||
268 | it('Should import a video that will be transcoded', async function () { | 268 | it('Should import a video that will be transcoded', async function () { |
269 | this.timeout(120_000) | 269 | this.timeout(240_000) |
270 | 270 | ||
271 | const attributes = { | 271 | const attributes = { |
272 | name: 'transcoded video', | 272 | name: 'transcoded video', |