Increase test timeout

pull/4300/head
Chocobozzz 2021-07-28 11:13:36 +02:00
parent 28be9d1d3e
commit 7bb52934b7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ describe('Test channels search', function () {
let command: SearchCommand
before(async function () {
this.timeout(30000)
this.timeout(120000)
server = await createSingleServer(1)
remoteServer = await createSingleServer(2, { transcoding: { enabled: false } })

View File

@ -21,7 +21,7 @@ describe('Test playlists search', function () {
let command: SearchCommand
before(async function () {
this.timeout(30000)
this.timeout(120000)
server = await createSingleServer(1)
remoteServer = await createSingleServer(2, { transcoding: { enabled: false } })