Fix overviews test timeout
This commit is contained in:
parent
1d8400118a
commit
bd873df064
1 changed files with 1 additions and 1 deletions
|
@ -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, {
|
||||
|
|
Loading…
Add table
Reference in a new issue