From 3f3b233b74b032d1db79afa3607733c27d8bd5e6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Nov 2024 11:31:08 +0100 Subject: [PATCH] Fix external auth plugin tests --- packages/tests/src/plugins/external-auth.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/tests/src/plugins/external-auth.ts b/packages/tests/src/plugins/external-auth.ts index c7fe22185..d5195ae15 100644 --- a/packages/tests/src/plugins/external-auth.ts +++ b/packages/tests/src/plugins/external-auth.ts @@ -122,7 +122,7 @@ describe('Test external auth plugins', function () { }) it('Should reject auto external login with an expired token', async function () { - this.timeout(15000) + this.timeout(30000) await wait(5000) @@ -132,7 +132,7 @@ describe('Test external auth plugins', function () { expectedStatus: HttpStatusCode.BAD_REQUEST_400 }) - await server.servers.waitUntilLog('expired external auth token', 4) + await server.servers.waitUntilLog('expired external auth token', 3) }) it('Should auto login Cyan, create the user and use the token', async function () {