Skip to content

Commit

Permalink
test(e2e): try quiesce fix COMPASS-7949
Browse files Browse the repository at this point in the history
  • Loading branch information
alenakhineika committed May 22, 2024
1 parent 743696c commit 5559204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/compass-e2e-tests/tests/oidc.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ describe('OIDC integration', function () {
'enableTestCommands=true',
'--setParameter',
`oidcIdentityProviders=${JSON.stringify([serverOidcConfig])}`,
'--setParameter',
'JWKSMinimumQuiescePeriodSecs=0',
],
});

Expand Down

0 comments on commit 5559204

Please sign in to comment.