From 8b381422b88a02a971f5e50422b5b4b79b1101e5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 12 Jun 2020 08:12:13 +0200 Subject: Fix lint --- server/tests/api/server/follows.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/server/follows.ts b/server/tests/api/server/follows.ts index b686af4e4..1ae1adb2d 100644 --- a/server/tests/api/server/follows.ts +++ b/server/tests/api/server/follows.ts @@ -326,7 +326,7 @@ describe('Test follows', function () { let video4: Video before(async function () { - this.timeout(20000) + this.timeout(50000) const video4Attributes = { name: 'server3-4', -- cgit v1.2.3