diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-08 10:13:05 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-08 10:13:05 +0200 |
commit | a031ab0b9b2f06969f074622383a5c974666ba93 (patch) | |
tree | 39851d6e81b7b5259aed07643d36dbd446f236a0 | |
parent | e6a3b266f146169d15f3f8818b36ddf34945174b (diff) | |
download | PeerTube-a031ab0b9b2f06969f074622383a5c974666ba93.tar.gz PeerTube-a031ab0b9b2f06969f074622383a5c974666ba93.tar.zst PeerTube-a031ab0b9b2f06969f074622383a5c974666ba93.zip |
Increase test timeout for imports
-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, |