From a031ab0b9b2f06969f074622383a5c974666ba93 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Aug 2018 10:13:05 +0200 Subject: Increase test timeout for imports --- server/tests/api/check-params/users.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') diff --git a/server/tests/api/check-params/users.ts b/server/tests/api/check-params/users.ts index 7b25df29f..62faabc54 100644 --- a/server/tests/api/check-params/users.ts +++ b/server/tests/api/check-params/users.ts @@ -619,7 +619,7 @@ describe('Test users API validators', function () { }) it('Should fail to import with HTTP/Torrent/magnet', async function () { - this.timeout(30000) + this.timeout(120000) const baseAttributes = { channelId: 1, -- cgit v1.2.3