From 8b197aca90655f8f2b4111d4edf18fc70860b26b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Mar 2023 10:05:40 +0100 Subject: Fix flaky tests --- server/tests/plugins/action-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests') 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 () { 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) }) }) -- cgit v1.2.3