diff options
Diffstat (limited to 'server/tests/api/videos/video-storyboard.ts')
-rw-r--r-- | server/tests/api/videos/video-storyboard.ts | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/server/tests/api/videos/video-storyboard.ts b/server/tests/api/videos/video-storyboard.ts index fc4b4450f..07f371cad 100644 --- a/server/tests/api/videos/video-storyboard.ts +++ b/server/tests/api/videos/video-storyboard.ts | |||
@@ -63,7 +63,7 @@ describe('Test video storyboard', function () { | |||
63 | }) | 63 | }) |
64 | 64 | ||
65 | it('Should generate a storyboard after upload without transcoding', async function () { | 65 | it('Should generate a storyboard after upload without transcoding', async function () { |
66 | this.timeout(60000) | 66 | this.timeout(120000) |
67 | 67 | ||
68 | // 5s video | 68 | // 5s video |
69 | const { uuid } = await servers[0].videos.quickUpload({ name: 'upload', fixture: 'video_short.webm' }) | 69 | const { uuid } = await servers[0].videos.quickUpload({ name: 'upload', fixture: 'video_short.webm' }) |
@@ -76,7 +76,7 @@ describe('Test video storyboard', function () { | |||
76 | }) | 76 | }) |
77 | 77 | ||
78 | it('Should generate a storyboard after upload without transcoding with a long video', async function () { | 78 | it('Should generate a storyboard after upload without transcoding with a long video', async function () { |
79 | this.timeout(60000) | 79 | this.timeout(120000) |
80 | 80 | ||
81 | // 124s video | 81 | // 124s video |
82 | const { uuid } = await servers[0].videos.quickUpload({ name: 'upload', fixture: 'video_very_long_10p.mp4' }) | 82 | const { uuid } = await servers[0].videos.quickUpload({ name: 'upload', fixture: 'video_very_long_10p.mp4' }) |
@@ -88,7 +88,7 @@ describe('Test video storyboard', function () { | |||
88 | }) | 88 | }) |
89 | 89 | ||
90 | it('Should generate a storyboard after upload with transcoding', async function () { | 90 | it('Should generate a storyboard after upload with transcoding', async function () { |
91 | this.timeout(60000) | 91 | this.timeout(120000) |
92 | 92 | ||
93 | await servers[0].config.enableMinimumTranscoding() | 93 | await servers[0].config.enableMinimumTranscoding() |
94 | 94 | ||
@@ -102,7 +102,7 @@ describe('Test video storyboard', function () { | |||
102 | }) | 102 | }) |
103 | 103 | ||
104 | it('Should generate a storyboard after an audio upload', async function () { | 104 | it('Should generate a storyboard after an audio upload', async function () { |
105 | this.timeout(60000) | 105 | this.timeout(120000) |
106 | 106 | ||
107 | // 6s audio | 107 | // 6s audio |
108 | const attributes = { name: 'audio', fixture: 'sample.ogg' } | 108 | const attributes = { name: 'audio', fixture: 'sample.ogg' } |
@@ -119,7 +119,7 @@ describe('Test video storyboard', function () { | |||
119 | }) | 119 | }) |
120 | 120 | ||
121 | it('Should generate a storyboard after HTTP import', async function () { | 121 | it('Should generate a storyboard after HTTP import', async function () { |
122 | this.timeout(60000) | 122 | this.timeout(120000) |
123 | 123 | ||
124 | if (areHttpImportTestsDisabled()) return | 124 | if (areHttpImportTestsDisabled()) return |
125 | 125 | ||
@@ -139,7 +139,7 @@ describe('Test video storyboard', function () { | |||
139 | }) | 139 | }) |
140 | 140 | ||
141 | it('Should generate a storyboard after torrent import', async function () { | 141 | it('Should generate a storyboard after torrent import', async function () { |
142 | this.timeout(60000) | 142 | this.timeout(120000) |
143 | 143 | ||
144 | if (areHttpImportTestsDisabled()) return | 144 | if (areHttpImportTestsDisabled()) return |
145 | 145 | ||