X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftests%2Fplugins%2Fid-and-pass-auth.ts;h=127c29cbc357de208794adcb280be2a6955787dc;hb=0c302acb3c358b4d4d8dee45aed1de1108ea37ea;hp=10155c28b667be5087fc4d5b28e56b75c2905d82;hpb=8ca52bcc2c37d457e8b19a237c66b8dd1c00b6b9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tests/plugins/id-and-pass-auth.ts b/server/tests/plugins/id-and-pass-auth.ts index 10155c28b..127c29cbc 100644 --- a/server/tests/plugins/id-and-pass-auth.ts +++ b/server/tests/plugins/id-and-pass-auth.ts @@ -163,8 +163,6 @@ describe('Test id and pass auth plugins', function () { }) it('Should reject token of laguna by the plugin hook', async function () { - this.timeout(10000) - await wait(5000) await server.users.getMyInfo({ token: lagunaAccessToken, expectedStatus: HttpStatusCode.UNAUTHORIZED_401 })