mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
bump timeout for single flaky test (#30460)
This commit is contained in:
parent
8365bec040
commit
899e66b2d8
@ -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…
x
Reference in New Issue
Block a user