Increase test timeout

pull/3958/head
Chocobozzz 2021-04-23 08:34:17 +02:00
parent 53c6b2b405
commit 185eabe1ef
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ describe('Test multiple servers', function () {
})
it('Should like and dislikes videos on different services', async function () {
this.timeout(30000)
this.timeout(50000)
await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like')
await wait(500)