diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-10 13:56:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-10 13:58:09 +0200 |
commit | 3ec535f72be4fea5c6afa129d40b81b74431f1d2 (patch) | |
tree | 9baf40c35a1a125fea0c751d28afd7750d8703c2 /server/tests | |
parent | 649e812947b1afa1f025f2f3dc833a8cfb772e9c (diff) | |
download | PeerTube-3ec535f72be4fea5c6afa129d40b81b74431f1d2.tar.gz PeerTube-3ec535f72be4fea5c6afa129d40b81b74431f1d2.tar.zst PeerTube-3ec535f72be4fea5c6afa129d40b81b74431f1d2.zip |
Fix E2E tests
Diffstat (limited to 'server/tests')
-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 0846b04f4..8a91fbba3 100644 --- a/server/tests/api/server/follow-constraints.ts +++ b/server/tests/api/server/follow-constraints.ts | |||
@@ -28,7 +28,7 @@ describe('Test follow constraints', function () { | |||
28 | let userAccessToken: string | 28 | let userAccessToken: string |
29 | 29 | ||
30 | before(async function () { | 30 | before(async function () { |
31 | this.timeout(60000) | 31 | this.timeout(90000) |
32 | 32 | ||
33 | servers = await flushAndRunMultipleServers(2) | 33 | servers = await flushAndRunMultipleServers(2) |
34 | 34 | ||