Skip to content

Commit 917e4ae

Browse files
committed
chore: Use WaitMedium for ptytest
1 parent a167f37 commit 917e4ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pty/ptytest/ptytest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type PTY struct {
8686
func (p *PTY) ExpectMatch(str string) string {
8787
p.t.Helper()
8888

89-
timeout, cancel := context.WithTimeout(context.Background(), testutil.WaitLong)
89+
timeout, cancel := context.WithTimeout(context.Background(), testutil.WaitMedium)
9090
defer cancel()
9191

9292
var buffer bytes.Buffer

0 commit comments

Comments
 (0)