mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix flaky tests
This commit is contained in:
@@ -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)
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user