From fe9b49e3d5dc8dadfea1b775095df63d001838e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 25 Jul 2025 10:57:30 -0400 Subject: [PATCH] test: increase timeout of failing test --- test/activitypub/notes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/activitypub/notes.js b/test/activitypub/notes.js index fbbf0c59ec..e8672eb283 100644 --- a/test/activitypub/notes.js +++ b/test/activitypub/notes.js @@ -466,7 +466,8 @@ describe('Notes', () => { assert.strictEqual(cid, remoteCid); }); - it('should create a new topic in cid -1 if a non-same origin remote category is addressed', async () => { + it('should create a new topic in cid -1 if a non-same origin remote category is addressed', async function () { + this.timeout(60000); const { id: remoteCid } = helpers.mocks.group({ id: `https://example.com/${utils.generateUUID()}`, });