diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-16 16:01:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 16:01:37 +0200 |
commit | ef2b5520f963deec43abd0a11881473c45965788 (patch) | |
tree | 4b952f84566581b406f4cbc846c3f4859efc160e /server/tests/api/users | |
parent | 3d2078d6a56d594d4e151d0f87dc63f650d9a082 (diff) | |
download | PeerTube-ef2b5520f963deec43abd0a11881473c45965788.tar.gz PeerTube-ef2b5520f963deec43abd0a11881473c45965788.tar.zst PeerTube-ef2b5520f963deec43abd0a11881473c45965788.zip |
Increase test timeout
Diffstat (limited to 'server/tests/api/users')
-rw-r--r-- | server/tests/api/users/users.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { | |||
380 | }) | 380 | }) |
381 | 381 | ||
382 | it('Should disable webtorrent, enable HLS, and update my quota', async function () { | 382 | it('Should disable webtorrent, enable HLS, and update my quota', async function () { |
383 | this.timeout(60000) | 383 | this.timeout(160000) |
384 | 384 | ||
385 | { | 385 | { |
386 | const config = await server.config.getCustomConfig() | 386 | const config = await server.config.getCustomConfig() |