diff --git a/server/tests/api/server/follow-constraints.ts b/server/tests/api/server/follow-constraints.ts
index ac3ff37f0..46663bf7c 100644
--- a/server/tests/api/server/follow-constraints.ts
+++ b/server/tests/api/server/follow-constraints.ts
@@ -27,7 +27,7 @@ describe('Test follow constraints', function () {
let userAccessToken: string
before(async function () {
- this.timeout(30000)
+ this.timeout(60000)
servers = await flushAndRunMultipleServers(2)
diff --git a/server/tests/misc-endpoints.ts b/server/tests/misc-endpoints.ts
index ed406e1bc..ab2dd3a0f 100644
--- a/server/tests/misc-endpoints.ts
+++ b/server/tests/misc-endpoints.ts
@@ -158,9 +158,9 @@ describe('Test misc endpoints', function () {
expect(res.text).to.contain('xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"')
expect(res.text).to.contain('http://localhost:9001/about/instance')
- expect(res.text).to.contain('')
- expect(res.text).to.contain('')
- expect(res.text).to.not.contain('')
+ expect(res.text).to.contain('video 1')
+ expect(res.text).to.contain('video 2')
+ expect(res.text).to.not.contain('video 3')
expect(res.text).to.contain('http://localhost:9001/video-channels/channel1')
expect(res.text).to.contain('http://localhost:9001/video-channels/channel2')