diff options
Diffstat (limited to 'server/tests/api/transcoding')
-rw-r--r-- | server/tests/api/transcoding/update-while-transcoding.ts | 3 |
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 |