X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fcli%2Freset-password.ts;h=c75a1611c292f69386c1ff922ca3eddbaa986f36;hb=e95561cdf195d2926e1856ed285c2b86960bc86f;hp=bbf0b3d113695b7c2b91599a00d09a8d9f5d9997;hpb=0cee28c1b251b00067681286d136ca947cf34808;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/cli/reset-password.ts b/server/tests/cli/reset-password.ts index bbf0b3d11..c75a1611c 100644 --- a/server/tests/cli/reset-password.ts +++ b/server/tests/cli/reset-password.ts @@ -26,7 +26,7 @@ describe('Test reset password scripts', function () { }) it('Should change the user password from CLI', async function () { - this.timeout(20000) + this.timeout(30000) const env = getEnvCli(server) await execCLI(`echo coucou | ${env} npm run reset-password -- -u user_1`)