From: Chocobozzz Date: Thu, 16 Jun 2022 14:01:37 +0000 (+0200) Subject: Increase test timeout X-Git-Tag: v4.3.0-rc.1~503 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ef2b5520f963deec43abd0a11881473c45965788;hp=3d2078d6a56d594d4e151d0f87dc63f650d9a082;p=github%2FChocobozzz%2FPeerTube.git Increase test timeout --- 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 () { }) it('Should disable webtorrent, enable HLS, and update my quota', async function () { - this.timeout(60000) + this.timeout(160000) { const config = await server.config.getCustomConfig()