1
0
Fork 0

Fix CI timeout

This commit is contained in:
Chocobozzz 2023-02-14 09:04:49 +01:00
parent 4565774669
commit 9625be3857
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ describe('Test videos filter', function () {
await setDefaultVideoChannel(servers)
await setDefaultAccountAvatar(servers)
await servers[1].config.enableMinimumTranscoding()
for (const server of servers) {
const moderator = { username: 'moderator', password: 'my super password' }
await server.users.create({ username: moderator.username, password: moderator.password, role: UserRole.MODERATOR })