diff options
Diffstat (limited to 'server/tests/api/videos/single-server.ts')
-rw-r--r-- | server/tests/api/videos/single-server.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/videos/single-server.ts b/server/tests/api/videos/single-server.ts index 0ae405950..b74bc3e80 100644 --- a/server/tests/api/videos/single-server.ts +++ b/server/tests/api/videos/single-server.ts | |||
@@ -157,6 +157,8 @@ describe('Test a single server', function () { | |||
157 | }) | 157 | }) |
158 | 158 | ||
159 | it('Should upload the video', async function () { | 159 | it('Should upload the video', async function () { |
160 | this.timeout(10000) | ||
161 | |||
160 | const videoAttributes = { | 162 | const videoAttributes = { |
161 | name: 'my super name', | 163 | name: 'my super name', |
162 | category: 2, | 164 | category: 2, |