diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-12 15:34:03 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-12 15:34:03 +0200 |
commit | bd873df0649fee2627250b17a9c41eca1aaeef39 (patch) | |
tree | a7611fcd699a0ad2f3664d5744425d5038ad00a9 /server | |
parent | 1d8400118ac9ab4bd94d29b67fcde6c52adf5406 (diff) | |
download | PeerTube-bd873df0649fee2627250b17a9c41eca1aaeef39.tar.gz PeerTube-bd873df0649fee2627250b17a9c41eca1aaeef39.tar.zst PeerTube-bd873df0649fee2627250b17a9c41eca1aaeef39.zip |
Fix overviews test timeout
Diffstat (limited to 'server')
-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, { |