We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fae293f + 6d6ea5f commit d762f9eCopy full SHA for d762f9e
1 file changed
internal/prompter/accessible_prompter_test.go
@@ -34,7 +34,7 @@ import (
34
// but doesn't mandate that prompts always look exactly the same.
35
func TestAccessiblePrompter(t *testing.T) {
36
37
- beforePasswordSendTimeout := 100 * time.Microsecond
+ beforePasswordSendTimeout := 100 * time.Millisecond
38
39
t.Run("Select", func(t *testing.T) {
40
console := newTestVirtualTerminal(t)
0 commit comments