diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-24 14:39:14 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:40:53 +0100 |
commit | 652b30564c41b6ad1a42568a5792cb58d00cd10d (patch) | |
tree | 3c4ca434227d31003d1f54f5798ea8de32e28693 /server/tests/api/config.ts | |
parent | f10336cad0949c301a46c87b7d2b8010999b23bb (diff) | |
download | PeerTube-652b30564c41b6ad1a42568a5792cb58d00cd10d.tar.gz PeerTube-652b30564c41b6ad1a42568a5792cb58d00cd10d.tar.zst PeerTube-652b30564c41b6ad1a42568a5792cb58d00cd10d.zip |
Increase test timers
Diffstat (limited to 'server/tests/api/config.ts')
-rw-r--r-- | server/tests/api/config.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/config.ts b/server/tests/api/config.ts index 72a9e5679..61ae57977 100644 --- a/server/tests/api/config.ts +++ b/server/tests/api/config.ts | |||
@@ -29,6 +29,8 @@ describe('Test config', function () { | |||
29 | }) | 29 | }) |
30 | 30 | ||
31 | it('Should have a correct config on a server with registration enabled and a users limit', async function () { | 31 | it('Should have a correct config on a server with registration enabled and a users limit', async function () { |
32 | this.timeout(5000) | ||
33 | |||
32 | await Promise.all([ | 34 | await Promise.all([ |
33 | registerUser(server.url, 'user1', 'super password'), | 35 | registerUser(server.url, 'user1', 'super password'), |
34 | registerUser(server.url, 'user2', 'super password'), | 36 | registerUser(server.url, 'user2', 'super password'), |