0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

test: increase wait time for backchannel logout test (#7217)

This commit is contained in:
wangsijie 2025-04-01 11:39:38 +08:00 committed by GitHub
parent 5d087da9b1
commit 726ce4eb78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ describe('backchannel logout', () => {
await expectConsole.end();
// Give some time for redirecting and processing the backchannel logout request
await waitFor(100);
await waitFor(500);
expect(mockServer.history.length).toBe(1);
// Only check method and pathname since we trust the `oidc-provider` library's implementation