bump timeout for single flaky test (#30460)

This commit is contained in:
Angel Garbarino 2025-04-30 13:08:51 -06:00 committed by GitHub
parent 8365bec040
commit 899e66b2d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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