]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/external-auth.ts
Refactor auth flow
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / external-auth.ts
index a1b5e8f5da06c2a42239f76c9d1c45ccce28d2ea..5addb45c7826be08d5c2b2cf34556792ab481c6b 100644 (file)
@@ -137,7 +137,7 @@ describe('Test external auth plugins', function () {
 
     await loginUsingExternalToken(server, 'cyan', externalAuthToken, HttpStatusCode.BAD_REQUEST_400)
 
-    await waitUntilLog(server, 'expired external auth token')
+    await waitUntilLog(server, 'expired external auth token', 2)
   })
 
   it('Should auto login Cyan, create the user and use the token', async function () {