Increase videos search before test timeout
This commit is contained in:
parent
b2c76204f9
commit
3e3ae9668b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ describe('Test videos search', function () {
|
||||||
let videoUUID: string
|
let videoUUID: string
|
||||||
|
|
||||||
before(async function () {
|
before(async function () {
|
||||||
this.timeout(30000)
|
this.timeout(60000)
|
||||||
|
|
||||||
server = await flushAndRunServer(1)
|
server = await flushAndRunServer(1)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue