aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-03-17 10:05:40 +0100
committerChocobozzz <me@florianbigard.com>2023-03-17 10:05:40 +0100
commit8b197aca90655f8f2b4111d4edf18fc70860b26b (patch)
treef27a4fb8712425b0d3acc4d8b921e1bc697ca1f4
parentc32985769eb06c92fd4c2cbd9d7861d808f1a7b5 (diff)
downloadPeerTube-8b197aca90655f8f2b4111d4edf18fc70860b26b.tar.gz
PeerTube-8b197aca90655f8f2b4111d4edf18fc70860b26b.tar.zst
PeerTube-8b197aca90655f8f2b4111d4edf18fc70860b26b.zip
Fix flaky tests
-rw-r--r--server/tests/plugins/action-hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts
index 98228f79d..9158b271d 100644
--- a/server/tests/plugins/action-hooks.ts
+++ b/server/tests/plugins/action-hooks.ts
@@ -251,7 +251,7 @@ describe('Test plugin action hooks', function () {
251 251
252 await servers[1].videos.update({ id: videoUUID, attributes: { name: 'remote video updated' } }) 252 await servers[1].videos.update({ id: videoUUID, attributes: { name: 'remote video updated' } })
253 253
254 await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video') 254 await servers[0].servers.waitUntilLog('action:activity-pub.remote-video.updated - AP remote video - video remote video', 1, false)
255 }) 255 })
256 }) 256 })
257 257