]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/id-and-pass-auth.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / id-and-pass-auth.ts
index 10155c28b667be5087fc4d5b28e56b75c2905d82..127c29cbc357de208794adcb280be2a6955787dc 100644 (file)
@@ -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 })