mirror of https://github.com/Chocobozzz/PeerTube
Fix overviews test timeout
parent
1d8400118a
commit
bd873df064
|
@ -61,7 +61,7 @@ describe('Test a videos overview', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should upload another video and include all videos in the overview', async function () {
|
it('Should upload another video and include all videos in the overview', async function () {
|
||||||
this.timeout(15000)
|
this.timeout(30000)
|
||||||
|
|
||||||
for (let i = 1; i < 6; i++) {
|
for (let i = 1; i < 6; i++) {
|
||||||
await uploadVideo(server.url, server.accessToken, {
|
await uploadVideo(server.url, server.accessToken, {
|
||||||
|
|
Loading…
Reference in New Issue