diff options
author | Chocobozzz <me@florianbigard.com> | 2022-09-16 13:31:59 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-09-16 13:48:06 +0200 |
commit | 3c4754a3a16939337bfeb90c375fbb9e0f7d91fb (patch) | |
tree | 92991013bc8250135710b5722339aa75d116a90f /server/tests/api/videos/video-description.ts | |
parent | 6235c0b8dcb941312da644bf62ba202c10b71e74 (diff) | |
download | PeerTube-3c4754a3a16939337bfeb90c375fbb9e0f7d91fb.tar.gz PeerTube-3c4754a3a16939337bfeb90c375fbb9e0f7d91fb.tar.zst PeerTube-3c4754a3a16939337bfeb90c375fbb9e0f7d91fb.zip |
Wait transcoding by default when importing a video
Diffstat (limited to 'server/tests/api/videos/video-description.ts')
-rw-r--r-- | server/tests/api/videos/video-description.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-description.ts b/server/tests/api/videos/video-description.ts index a74b78a5f..a4b3ff6e7 100644 --- a/server/tests/api/videos/video-description.ts +++ b/server/tests/api/videos/video-description.ts | |||
@@ -30,7 +30,7 @@ describe('Test video description', function () { | |||
30 | }) | 30 | }) |
31 | 31 | ||
32 | it('Should upload video with long description', async function () { | 32 | it('Should upload video with long description', async function () { |
33 | this.timeout(10000) | 33 | this.timeout(30000) |
34 | 34 | ||
35 | const attributes = { | 35 | const attributes = { |
36 | description: longDescription | 36 | description: longDescription |