]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix flaky tests
authorChocobozzz <me@florianbigard.com>
Fri, 17 Mar 2023 09:05:40 +0000 (10:05 +0100)
committerChocobozzz <me@florianbigard.com>
Fri, 17 Mar 2023 09:05:40 +0000 (10:05 +0100)
server/tests/plugins/action-hooks.ts

index 98228f79de27ff0a8bf13177b6687656cfe24aaa..9158b271deec3a00d3d5d539cc00d75c62c3dff0 100644 (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)
     })
   })