Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspin committed Jan 30, 2024
1 parent 299d9b2 commit bacf6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/shell/output_buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func Test__OutputBuffer__DoesNotWaitForeverForOutputToBeFlushed(t *testing.T) {
buffer, _ := NewOutputBufferWithFlushTimeout(func(s string) {}, time.Second)

// write a lot of data to the buffer
for i := 0; i < 100; i++ {
for i := 0; i < 10000; i++ {
buffer.Append(input)
}

Expand Down

0 comments on commit bacf6e3

Please sign in to comment.