1
0
Fork 0

Try to fix multiple server tests

This commit is contained in:
Chocobozzz 2020-11-18 14:15:25 +01:00
parent e0409585a7
commit 021c42657f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 1 deletions

View File

@ -576,7 +576,7 @@ describe('Test multiple servers', function () {
})
it('Should like and dislikes videos on different services', async function () {
this.timeout(20000)
this.timeout(30000)
await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like')
await wait(500)
@ -591,6 +591,7 @@ describe('Test multiple servers', function () {
await rateVideo(servers[2].url, servers[2].accessToken, remoteVideosServer3[0], 'like')
await waitJobs(servers)
await wait(5000)
let baseVideos = null
for (const server of servers) {