diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/search/search-activitypub-video-channels.ts | 6 |
1 files changed, 3 insertions, 3 deletions
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 () { | |||
185 | }) | 185 | }) |
186 | 186 | ||
187 | it('Should update video channel of server 2, and refresh it on server 1', async function () { | 187 | it('Should update video channel of server 2, and refresh it on server 1', async function () { |
188 | this.timeout(60000) | 188 | this.timeout(120000) |
189 | 189 | ||
190 | await servers[1].channels.update({ | 190 | await servers[1].channels.update({ |
191 | token: userServer2Token, | 191 | token: userServer2Token, |
@@ -211,7 +211,7 @@ describe('Test ActivityPub video channels search', function () { | |||
211 | }) | 211 | }) |
212 | 212 | ||
213 | it('Should update and add a video on server 2, and update it on server 1 after a search', async function () { | 213 | it('Should update and add a video on server 2, and update it on server 1 after a search', async function () { |
214 | this.timeout(60000) | 214 | this.timeout(120000) |
215 | 215 | ||
216 | await servers[1].videos.update({ token: userServer2Token, id: videoServer2UUID, attributes: { name: 'video 1 updated' } }) | 216 | await servers[1].videos.update({ token: userServer2Token, id: videoServer2UUID, attributes: { name: 'video 1 updated' } }) |
217 | await servers[1].videos.upload({ token: userServer2Token, attributes: { name: 'video 2 server 2', channelId: channelIdServer2 } }) | 217 | 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 () { | |||
235 | }) | 235 | }) |
236 | 236 | ||
237 | it('Should delete video channel of server 2, and delete it on server 1', async function () { | 237 | it('Should delete video channel of server 2, and delete it on server 1', async function () { |
238 | this.timeout(60000) | 238 | this.timeout(120000) |
239 | 239 | ||
240 | await servers[1].channels.delete({ token: userServer2Token, channelName: 'channel1_server2' }) | 240 | await servers[1].channels.delete({ token: userServer2Token, channelName: 'channel1_server2' }) |
241 | 241 | ||