diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/search/search-activitypub-video-channels.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/tests/api/search/search-activitypub-video-channels.ts b/server/tests/api/search/search-activitypub-video-channels.ts index 8a008b8c6..d5f0a5457 100644 --- a/server/tests/api/search/search-activitypub-video-channels.ts +++ b/server/tests/api/search/search-activitypub-video-channels.ts | |||
@@ -67,6 +67,8 @@ describe('Test ActivityPub video channels search', function () { | |||
67 | }) | 67 | }) |
68 | 68 | ||
69 | it('Should not find a remote video channel', async function () { | 69 | it('Should not find a remote video channel', async function () { |
70 | this.timeout(15000) | ||
71 | |||
70 | { | 72 | { |
71 | const search = 'http://localhost:' + servers[ 1 ].port + '/video-channels/channel1_server3' | 73 | const search = 'http://localhost:' + servers[ 1 ].port + '/video-channels/channel1_server3' |
72 | const res = await searchVideoChannel(servers[ 0 ].url, search, servers[ 0 ].accessToken) | 74 | const res = await searchVideoChannel(servers[ 0 ].url, search, servers[ 0 ].accessToken) |