Fix flaky tests

This commit is contained in:
Chocobozzz 2023-03-17 10:05:40 +01:00
parent c32985769e
commit 8b197aca90
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -251,7 +251,7 @@ describe('Test plugin action hooks', function () {
await servers[1].videos.update({ id: videoUUID, attributes: { name: 'remote video updated' } })
await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video')
await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video', 1, false)
})
})