aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-16 16:01:37 +0200
committerChocobozzz <me@florianbigard.com>2022-06-16 16:01:37 +0200
commitef2b5520f963deec43abd0a11881473c45965788 (patch)
tree4b952f84566581b406f4cbc846c3f4859efc160e /server
parent3d2078d6a56d594d4e151d0f87dc63f650d9a082 (diff)
downloadPeerTube-ef2b5520f963deec43abd0a11881473c45965788.tar.gz
PeerTube-ef2b5520f963deec43abd0a11881473c45965788.tar.zst
PeerTube-ef2b5520f963deec43abd0a11881473c45965788.zip
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/users/users.ts2
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()