From 021c42657fe647e0561634f4a3bde3bf5644cac8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 18 Nov 2020 14:15:25 +0100 Subject: Try to fix multiple server tests --- server/tests/api/videos/multiple-servers.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/tests') 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 () { }) 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) { -- cgit v1.2.3