diff options
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/videos/multiple-servers.ts | 3 |
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) { |