]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/plugins/external-auth.ts
fix plugin storage return value when storing a Json array
[github/Chocobozzz/PeerTube.git] / server / tests / plugins / external-auth.ts
index f3e018d437bfe8efbd861f93f6d68ebabd5bb541..25b25bfee95734526434dd6a7d0d8c1a548c4914 100644 (file)
@@ -125,7 +125,7 @@ describe('Test external auth plugins', function () {
       expectedStatus: HttpStatusCode.BAD_REQUEST_400
     })
 
-    await server.servers.waitUntilLog('expired external auth token', 2)
+    await server.servers.waitUntilLog('expired external auth token', 4)
   })
 
   it('Should auto login Cyan, create the user and use the token', async function () {