From 652b30564c41b6ad1a42568a5792cb58d00cd10d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Nov 2017 14:39:14 +0100 Subject: Increase test timers --- server/tests/api/config.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/tests/api/config.ts') 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 () { }) it('Should have a correct config on a server with registration enabled and a users limit', async function () { + this.timeout(5000) + await Promise.all([ registerUser(server.url, 'user1', 'super password'), registerUser(server.url, 'user2', 'super password'), -- cgit v1.2.3