diff options
author | Chocobozzz <me@florianbigard.com> | 2019-10-22 09:25:35 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-10-22 09:25:35 +0200 |
commit | e39cfd1d9136a3378aa9f628c7bbd5d8bf556816 (patch) | |
tree | f07f95f05fe7fb984f4dbe01cd2de098a133c968 /server/tests/api | |
parent | e771dbe0aa6ccc005472001230ef0ef4b3ad1a56 (diff) | |
download | PeerTube-e39cfd1d9136a3378aa9f628c7bbd5d8bf556816.tar.gz PeerTube-e39cfd1d9136a3378aa9f628c7bbd5d8bf556816.tar.zst PeerTube-e39cfd1d9136a3378aa9f628c7bbd5d8bf556816.zip |
Fix misc tests
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/server/follow-constraints.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/follow-constraints.ts b/server/tests/api/server/follow-constraints.ts index ac3ff37f0..46663bf7c 100644 --- a/server/tests/api/server/follow-constraints.ts +++ b/server/tests/api/server/follow-constraints.ts | |||
@@ -27,7 +27,7 @@ describe('Test follow constraints', function () { | |||
27 | let userAccessToken: string | 27 | let userAccessToken: string |
28 | 28 | ||
29 | before(async function () { | 29 | before(async function () { |
30 | this.timeout(30000) | 30 | this.timeout(60000) |
31 | 31 | ||
32 | servers = await flushAndRunMultipleServers(2) | 32 | servers = await flushAndRunMultipleServers(2) |
33 | 33 | ||