Skip to content
Merged
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
8 changes: 4 additions & 4 deletions pkg/cli/logs_timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ func TestTimeoutFlagParsing(t *testing.T) {
// TestTimeoutLogic tests the timeout logic without making network calls
func TestTimeoutLogic(t *testing.T) {
tests := []struct {
name string
timeout int
elapsed time.Duration
shouldTimeout bool
name string
timeout int
elapsed time.Duration
shouldTimeout bool
}{
{
name: "no timeout set",
Expand Down