Fix external auth plugin tests

This commit is contained in:
Chocobozzz 2024-11-04 11:31:08 +01:00
parent 44df2c31ec
commit 3f3b233b74
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -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 () {