Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/prompter/accessible_prompter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions pkg/cmd/attestation/verify/verify_integration_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build integration

package verify

import (
Expand Down
Loading