diff options
author | Chocobozzz <me@florianbigard.com> | 2023-07-25 15:18:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-07-26 08:37:50 +0200 |
commit | 97583d00235d5e8f29d9c49ca13096521e394aa4 (patch) | |
tree | 5f29ba8c8e5b2d2653a1173408151bb64f6a80a9 /server/tests | |
parent | 9901c8d6908a43ab4594406446eac770ee21176c (diff) | |
download | PeerTube-97583d00235d5e8f29d9c49ca13096521e394aa4.tar.gz PeerTube-97583d00235d5e8f29d9c49ca13096521e394aa4.tar.zst PeerTube-97583d00235d5e8f29d9c49ca13096521e394aa4.zip |
Add more rate limits
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 | ||