mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix overviews test timeout
This commit is contained in:
@@ -61,7 +61,7 @@ describe('Test a videos overview', 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++) {
|
||||
await uploadVideo(server.url, server.accessToken, {
|
||||
|
||||
Reference in New Issue
Block a user