Increase videos search test before timeout
This commit is contained in:
parent
3b3490e41a
commit
ac0725aa88
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ describe('Test videos search', function () {
|
||||||
let command: SearchCommand
|
let command: SearchCommand
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(120000)
|
this.timeout(240000)
|
||||||
|
|
||||||
const servers = await Promise.all([
|
const servers = await Promise.all([
|
||||||
createSingleServer(1),
|
createSingleServer(1),
|
||||||
|
|
Loading…
Add table
Reference in a new issue