1
0
Fork 0

Increase videos search before test timeout

This commit is contained in:
Chocobozzz 2020-08-28 08:23:15 +02:00
parent b2c76204f9
commit 3e3ae9668b
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -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)