From 288178bf02984c7e6dc69241918b88234a0dcb91 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Aug 2018 17:49:12 +0200 Subject: Try to fix travis tests --- server/tests/api/server/follows.ts | 2 +- server/tests/api/videos/multiple-servers.ts | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'server/tests/api') diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index 25c87b4dc..b91cb75c2 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts @@ -66,7 +66,7 @@ describe('Test follows', function () { }) it('Should have server 1 following server 2 and 3', async function () { - this.timeout(10000) + this.timeout(30000) await follow(servers[0].url, [ servers[1].url, servers[2].url ], servers[0].accessToken) diff --git a/server/tests/api/videos/multiple-servers.ts b/server/tests/api/videos/multiple-servers.ts index 516dc5aba..58381a0e5 100644 --- a/server/tests/api/videos/multiple-servers.ts +++ b/server/tests/api/videos/multiple-servers.ts @@ -209,19 +209,19 @@ describe('Test multiple servers', function () { files: [ { resolution: 240, - size: 280000 + size: 342000 }, { resolution: 360, - size: 370000 + size: 433000 }, { resolution: 480, - size: 470000 + size: 538000 }, { resolution: 720, - size: 740000 + size: 861000 } ], thumbnailfile: 'thumbnail', -- cgit v1.2.3