Merge pull request #13304 from pdostal/fix/accessible-prompter-password-test-timeout

Fix flaky accessible prompter Password test timeout
This commit is contained in:
William Martin 2026-04-28 18:47:53 +02:00 committed by GitHub
commit d762f9e232
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,7 @@ import (
// but doesn't mandate that prompts always look exactly the same.
func TestAccessiblePrompter(t *testing.T) {
beforePasswordSendTimeout := 100 * time.Microsecond
beforePasswordSendTimeout := 100 * time.Millisecond
t.Run("Select", func(t *testing.T) {
console := newTestVirtualTerminal(t)