aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/transcoding/update-while-transcoding.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-10 09:02:42 +0200
committerChocobozzz <me@florianbigard.com>2023-05-10 09:02:42 +0200
commit9d1e41e8bbd9afd961f2dd48c791a3be114e878d (patch)
tree8a9c3d048166da4dc57e489a6952ca11deb070eb /server/tests/api/transcoding/update-while-transcoding.ts
parentce1b5ba78c35cfd4df123cab49aef1d14ca0f9b7 (diff)
downloadPeerTube-9d1e41e8bbd9afd961f2dd48c791a3be114e878d.tar.gz
PeerTube-9d1e41e8bbd9afd961f2dd48c791a3be114e878d.tar.zst
PeerTube-9d1e41e8bbd9afd961f2dd48c791a3be114e878d.zip
Increase timeouts
Diffstat (limited to 'server/tests/api/transcoding/update-while-transcoding.ts')
-rw-r--r--server/tests/api/transcoding/update-while-transcoding.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/tests/api/transcoding/update-while-transcoding.ts b/server/tests/api/transcoding/update-while-transcoding.ts
index 8e32ea069..f4d728118 100644
--- a/server/tests/api/transcoding/update-while-transcoding.ts
+++ b/server/tests/api/transcoding/update-while-transcoding.ts
@@ -38,6 +38,7 @@ describe('Test update video privacy while transcoding', function () {
38 }) 38 })
39 39
40 it('Should not have an error while quickly updating a private video to public after upload #2', async function () { 40 it('Should not have an error while quickly updating a private video to public after upload #2', async function () {
41 this.timeout(60000)
41 42
42 { 43 {
43 const attributes = { 44 const attributes = {
@@ -56,6 +57,8 @@ describe('Test update video privacy while transcoding', function () {
56 }) 57 })
57 58
58 it('Should not have an error while quickly updating a private video to public after upload #3', async function () { 59 it('Should not have an error while quickly updating a private video to public after upload #3', async function () {
60 this.timeout(60000)
61
59 const attributes = { 62 const attributes = {
60 name: 'quick update 3', 63 name: 'quick update 3',
61 privacy: VideoPrivacy.PRIVATE 64 privacy: VideoPrivacy.PRIVATE