X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fhandle-down.ts;h=69609b4fc5d1c1d85c20316f142e6f703d8ee0c0;hb=9a4a9b6c4e193739d542f73ee85cd305067f2aea;hp=55705caca71407eb230b6654ed1f61f1c9148a6f;hpb=3cd0734fd9b0ff21aaef02317a874e8f1c06e027;p=github%2FChocobozzz%2FPeerTube.git 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 () { await waitJobs(servers[0]) // Wait scheduler - await wait(3000) + await wait(11000) const res = await getFollowersListPaginationAndSort(servers[0].url, 0, 1, 'createdAt') expect(res.body.data).to.be.an('array')