Increase test timeout
This commit is contained in:
parent
3d2078d6a5
commit
ef2b5520f9
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue