diff options
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'), |