mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
bump timeout for single flaky test (#30460)
This commit is contained in:
parent
8365bec040
commit
899e66b2d8
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ module('Acceptance | oidc auth method', function (hooks) {
|
|||
|
||||
setTimeout(() => {
|
||||
window.postMessage(buildMessage().data, window.origin);
|
||||
}, DELAY_IN_MS);
|
||||
}, 500);
|
||||
|
||||
await click(AUTH_FORM.login);
|
||||
assert
|
||||
|
|
|
|||
Loading…
Reference in a new issue