diff options
Diffstat (limited to 'server/tests/api/videos')
-rw-r--r-- | server/tests/api/videos/videos-overview.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/videos-overview.ts b/server/tests/api/videos/videos-overview.ts index b4de7c06c..c266a1dc5 100644 --- a/server/tests/api/videos/videos-overview.ts +++ b/server/tests/api/videos/videos-overview.ts | |||
@@ -61,7 +61,7 @@ describe('Test a videos overview', function () { | |||
61 | }) | 61 | }) |
62 | 62 | ||
63 | it('Should upload another video and include all videos in the overview', async function () { | 63 | it('Should upload another video and include all videos in the overview', async function () { |
64 | this.timeout(15000) | 64 | this.timeout(30000) |
65 | 65 | ||
66 | for (let i = 1; i < 6; i++) { | 66 | for (let i = 1; i < 6; i++) { |
67 | await uploadVideo(server.url, server.accessToken, { | 67 | await uploadVideo(server.url, server.accessToken, { |