1
0
Fork 0

Increase test timeout

This commit is contained in:
Chocobozzz 2022-06-16 16:01:37 +02:00
parent 3d2078d6a5
commit ef2b5520f9
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -380,7 +380,7 @@ describe('Test users', function () {
}) })
it('Should disable webtorrent, enable HLS, and update my quota', async 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() const config = await server.config.getCustomConfig()