From 3299c9e124a2c1879ec24dc5635d3fb7014b7245 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 23 Nov 2022 15:47:30 +0100 Subject: Add missing uuids search query doc --- server/tests/api/search/search-activitypub-video-channels.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server') diff --git a/server/tests/api/search/search-activitypub-video-channels.ts b/server/tests/api/search/search-activitypub-video-channels.ts index 06a206d21..8173c8b60 100644 --- a/server/tests/api/search/search-activitypub-video-channels.ts +++ b/server/tests/api/search/search-activitypub-video-channels.ts @@ -185,7 +185,7 @@ describe('Test ActivityPub video channels search', function () { }) it('Should update video channel of server 2, and refresh it on server 1', async function () { - this.timeout(60000) + this.timeout(120000) await servers[1].channels.update({ token: userServer2Token, @@ -211,7 +211,7 @@ describe('Test ActivityPub video channels search', function () { }) it('Should update and add a video on server 2, and update it on server 1 after a search', async function () { - this.timeout(60000) + this.timeout(120000) await servers[1].videos.update({ token: userServer2Token, id: videoServer2UUID, attributes: { name: 'video 1 updated' } }) await servers[1].videos.upload({ token: userServer2Token, attributes: { name: 'video 2 server 2', channelId: channelIdServer2 } }) @@ -235,7 +235,7 @@ describe('Test ActivityPub video channels search', function () { }) it('Should delete video channel of server 2, and delete it on server 1', async function () { - this.timeout(60000) + this.timeout(120000) await servers[1].channels.delete({ token: userServer2Token, channelName: 'channel1_server2' }) -- cgit v1.2.3