diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/check-params/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
619 | }) | 619 | }) |
620 | 620 | ||
621 | it('Should fail to import with HTTP/Torrent/magnet', async function () { | 621 | it('Should fail to import with HTTP/Torrent/magnet', async function () { |
622 | this.timeout(30000) | 622 | this.timeout(120000) |
623 | 623 | ||
624 | const baseAttributes = { | 624 | const baseAttributes = { |
625 | channelId: 1, | 625 | channelId: 1, |