aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-18 14:15:25 +0100
committerChocobozzz <me@florianbigard.com>2020-11-18 14:15:25 +0100
commit021c42657fe647e0561634f4a3bde3bf5644cac8 (patch)
tree685ad6bea51805eec1b521f06bf6254a7b90ed89
parente0409585a744ab7b41869bc08bfb2b33febe3bba (diff)
downloadPeerTube-021c42657fe647e0561634f4a3bde3bf5644cac8.tar.gz
PeerTube-021c42657fe647e0561634f4a3bde3bf5644cac8.tar.zst
PeerTube-021c42657fe647e0561634f4a3bde3bf5644cac8.zip
Try to fix multiple server tests
-rw-r--r--server/tests/api/videos/multiple-servers.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts
index c90fd09fb..a62783639 100644
--- a/server/tests/api/videos/multiple-servers.ts
+++ b/server/tests/api/videos/multiple-servers.ts
@@ -576,7 +576,7 @@ describe('Test multiple servers', function () {
576 }) 576 })
577 577
578 it('Should like and dislikes videos on different services', async function () { 578 it('Should like and dislikes videos on different services', async function () {
579 this.timeout(20000) 579 this.timeout(30000)
580 580
581 await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like') 581 await rateVideo(servers[0].url, servers[0].accessToken, remoteVideosServer1[0], 'like')
582 await wait(500) 582 await wait(500)
@@ -591,6 +591,7 @@ describe('Test multiple servers', function () {
591 await rateVideo(servers[2].url, servers[2].accessToken, remoteVideosServer3[0], 'like') 591 await rateVideo(servers[2].url, servers[2].accessToken, remoteVideosServer3[0], 'like')
592 592
593 await waitJobs(servers) 593 await waitJobs(servers)
594 await wait(5000)
594 595
595 let baseVideos = null 596 let baseVideos = null
596 for (const server of servers) { 597 for (const server of servers) {