]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/external-auth.ts
Remove low timeouts
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / external-auth.ts
index e600f958f89bb68657713cadbf64f17387d2abc0..e4015939a986192adc6191eaaf89c09f1fd1eefc 100644 (file)
@@ -290,8 +290,6 @@ describe('Test external auth plugins', function () {
   })
 
   it('Should reject token of Kefka by the plugin hook', async function () {
-    this.timeout(10000)
-
     await wait(5000)
 
     await server.users.getMyInfo({ token: kefkaAccessToken, expectedStatus: HttpStatusCode.UNAUTHORIZED_401 })