diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-12 08:12:13 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-12 08:27:59 +0200 |
commit | 8b381422b88a02a971f5e50422b5b4b79b1101e5 (patch) | |
tree | ad713ea2d7e165b3c0d75056c459a1baad458282 /server/tests | |
parent | adcf921271654b25f03949d2271d7d7c362985af (diff) | |
download | PeerTube-8b381422b88a02a971f5e50422b5b4b79b1101e5.tar.gz PeerTube-8b381422b88a02a971f5e50422b5b4b79b1101e5.tar.zst PeerTube-8b381422b88a02a971f5e50422b5b4b79b1101e5.zip |
Fix lint
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/follows.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
326 | let video4: Video | 326 | let video4: Video |
327 | 327 | ||
328 | before(async function () { | 328 | before(async function () { |
329 | this.timeout(20000) | 329 | this.timeout(50000) |
330 | 330 | ||
331 | const video4Attributes = { | 331 | const video4Attributes = { |
332 | name: 'server3-4', | 332 | name: 'server3-4', |