aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-studio.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-11 16:33:30 +0200
committerChocobozzz <me@florianbigard.com>2023-05-11 16:33:30 +0200
commit5752683ea518abfeaeb33adead3cb5541616e835 (patch)
treee22a51f42e6f526fa0c86748bc393c3bb8ed673b /server/tests/api/check-params/video-studio.ts
parent85c20aaeb90ef0e0f44c377e62c323fde275cdde (diff)
downloadPeerTube-5752683ea518abfeaeb33adead3cb5541616e835.tar.gz
PeerTube-5752683ea518abfeaeb33adead3cb5541616e835.tar.zst
PeerTube-5752683ea518abfeaeb33adead3cb5541616e835.zip
Increase test timeouts
Diffstat (limited to 'server/tests/api/check-params/video-studio.ts')
-rw-r--r--server/tests/api/check-params/video-studio.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-studio.ts b/server/tests/api/check-params/video-studio.ts
index dc533b242..add8d9164 100644
--- a/server/tests/api/check-params/video-studio.ts
+++ b/server/tests/api/check-params/video-studio.ts
@@ -121,7 +121,7 @@ describe('Test video studio API validator', function () {
121 }) 121 })
122 122
123 it('Should fail with an already in transcoding state video', async function () { 123 it('Should fail with an already in transcoding state video', async function () {
124 this.timeout(30000) 124 this.timeout(60000)
125 125
126 const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' }) 126 const { uuid } = await server.videos.quickUpload({ name: 'transcoded video' })
127 await waitJobs([ server ]) 127 await waitJobs([ server ])