diff --git a/test/activitypub/notes.js b/test/activitypub/notes.js index 57ffce4259..2b0ee2b87d 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()}`, });