diff options
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/video-transcoder.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/video-transcoder.ts b/server/tests/api/videos/video-transcoder.ts index e3fd0ec22..a1959e1a9 100644 --- a/server/tests/api/videos/video-transcoder.ts +++ b/server/tests/api/videos/video-transcoder.ts | |||
@@ -83,7 +83,7 @@ describe('Test video transcoding', function () { | |||
83 | }) | 83 | }) |
84 | 84 | ||
85 | it('Should transcode video on server 2', async function () { | 85 | it('Should transcode video on server 2', async function () { |
86 | this.timeout(60000) | 86 | this.timeout(120000) |
87 | 87 | ||
88 | const videoAttributes = { | 88 | const videoAttributes = { |
89 | name: 'my super name for server 2', | 89 | name: 'my super name for server 2', |