Increase test timeout
This commit is contained in:
parent
28be9d1d3e
commit
7bb52934b7
|
@ -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 } })
|
||||
|
|
|
@ -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 } })
|
||||
|
|
Loading…
Reference in New Issue