Skip to content

Commit

Permalink
Drop sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Naatan committed Aug 31, 2023
1 parent a695852 commit 431b63a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/pty/pty_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"runtime"
"strings"
"testing"
"time"

"github.com/creack/pty"
)
Expand Down Expand Up @@ -37,7 +36,6 @@ func Test_Pty_Output(t *testing.T) {
t.Fatalf("read error: %s", err)
break
}
time.Sleep(time.Millisecond * 100)
}
outputv := strings.TrimSpace(string(output))
if outputv != "hello" {
Expand Down

0 comments on commit 431b63a

Please sign in to comment.