From 185eabe1ef777ab341cc90ace3590f07197c1a8a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 23 Apr 2021 08:34:17 +0200 Subject: Increase test timeout --- server/tests/api/videos/multiple-servers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 971fb983c..55e280e9f 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts @@ -577,7 +577,7 @@ describe('Test multiple servers', 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 wait(500) -- cgit v1.2.3