X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fserver%2Fstats.ts;h=bc35cbe4e87040e0042d9c0c242b3cdee2da8ca9;hb=c795e19663a93c24908a7318975f820bac63164f;hp=6654eaaee3239eb1067ece6e0795ab3a874240ab;hpb=5e0dbb3e52797cdea7a9069a9dd605c8f84034dd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/api/server/stats.ts b/server/tests/api/server/stats.ts index 6654eaaee..bc35cbe4e 100644 --- a/server/tests/api/server/stats.ts +++ b/server/tests/api/server/stats.ts @@ -26,7 +26,7 @@ describe('Test stats (excluding redundancy)', function () { } before(async function () { - this.timeout(60000) + this.timeout(120000) servers = await createMultipleServers(3)