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:
parent
5d087da9b1
commit
726ce4eb78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue