Increase beforePasswordSendTimeout to 100 us (#10977)
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
7ceca4534d
commit
5db8cf7c1d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ import (
|
|||
// but doesn't mandate that prompts always look exactly the same.
|
||||
func TestAccessiblePrompter(t *testing.T) {
|
||||
|
||||
beforePasswordSendTimeout := 20 * time.Microsecond
|
||||
beforePasswordSendTimeout := 100 * time.Microsecond
|
||||
|
||||
t.Run("Select", func(t *testing.T) {
|
||||
console := newTestVirtualTerminal(t)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue