From ef2b5520f963deec43abd0a11881473c45965788 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 16 Jun 2022 16:01:37 +0200 Subject: Increase test timeout --- server/tests/api/users/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') diff --git a/server/tests/api/users/users.ts b/server/tests/api/users/users.ts index 01b4c2eab..d15daeba5 100644 --- a/server/tests/api/users/users.ts +++ b/server/tests/api/users/users.ts @@ -380,7 +380,7 @@ describe('Test users', function () { }) it('Should disable webtorrent, enable HLS, and update my quota', async function () { - this.timeout(60000) + this.timeout(160000) { const config = await server.config.getCustomConfig() -- cgit v1.2.3