Increase videos search before test timeout

pull/3138/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ describe('Test videos search', function () {
let videoUUID: string
before(async function () {
this.timeout(30000)
this.timeout(60000)
server = await flushAndRunServer(1)