Increase test timeout
This commit is contained in:
parent
53c6b2b405
commit
185eabe1ef
|
@ -577,7 +577,7 @@ describe('Test multiple servers', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
it('Should like and dislikes videos on different services', async 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 rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like')
|
||||||
await wait(500)
|
await wait(500)
|
||||||
|
|
Loading…
Reference in New Issue