aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/handle-down.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/handle-down.ts b/server/tests/api/server/handle-down.ts
index 55705caca..69609b4fc 100644
--- a/server/tests/api/server/handle-down.ts
+++ b/server/tests/api/server/handle-down.ts
@@ -138,7 +138,7 @@ describe('Test handle downs', function () {
138 138
139 await waitJobs(servers[0]) 139 await waitJobs(servers[0])
140 // Wait scheduler 140 // Wait scheduler
141 await wait(3000) 141 await wait(11000)
142 142
143 const res = await getFollowersListPaginationAndSort(servers[0].url, 0, 1, 'createdAt') 143 const res = await getFollowersListPaginationAndSort(servers[0].url, 0, 1, 'createdAt')
144 expect(res.body.data).to.be.an('array') 144 expect(res.body.data).to.be.an('array')