diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/video-source.ts | 2 | ||||
-rw-r--r-- | server/tests/api/search/search-activitypub-video-playlists.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/server/tests/api/check-params/video-source.ts b/server/tests/api/check-params/video-source.ts index 3c641ccd3..767590d5e 100644 --- a/server/tests/api/check-params/video-source.ts +++ b/server/tests/api/check-params/video-source.ts | |||
@@ -114,7 +114,7 @@ describe('Test video sources API validator', function () { | |||
114 | await server.videos.replaceSourceFile({ | 114 | await server.videos.replaceSourceFile({ |
115 | fixture: 'video_short_fake.webm', | 115 | fixture: 'video_short_fake.webm', |
116 | videoId, | 116 | videoId, |
117 | expectedStatus: HttpStatusCode.UNPROCESSABLE_ENTITY_422 | 117 | completedExpectedStatus: HttpStatusCode.UNPROCESSABLE_ENTITY_422 |
118 | }) | 118 | }) |
119 | 119 | ||
120 | await server.videos.replaceSourceFile({ | 120 | await server.videos.replaceSourceFile({ |
diff --git a/server/tests/api/search/search-activitypub-video-playlists.ts b/server/tests/api/search/search-activitypub-video-playlists.ts index 25b162074..2bb5d869a 100644 --- a/server/tests/api/search/search-activitypub-video-playlists.ts +++ b/server/tests/api/search/search-activitypub-video-playlists.ts | |||
@@ -23,7 +23,7 @@ describe('Test ActivityPub playlists search', function () { | |||
23 | let command: SearchCommand | 23 | let command: SearchCommand |
24 | 24 | ||
25 | before(async function () { | 25 | before(async function () { |
26 | this.timeout(120000) | 26 | this.timeout(240000) |
27 | 27 | ||
28 | servers = await createMultipleServers(2) | 28 | servers = await createMultipleServers(2) |
29 | 29 | ||