Skip to content

Commit

Permalink
longer tx delays to help timeout, remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed Jul 29, 2019
1 parent 950a583 commit 9cca285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/survey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func surveyCases() []TestCase {
surv.MsgSize = 8
surv.WantTx = 1
surv.WantRx = int32(nresp)
surv.txdelay = time.Second / 7
surv.txdelay = time.Second / 5
surv.Synch = true
surv.NReply = int(nresp)
cases[0] = surv
Expand Down
1 change: 0 additions & 1 deletion transport/ipc/ipc_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ func (d *dialer) Dial() (transport.Pipe, error) {
conn.Close()
return nil, err
}
println("Handshaker started (client)")
return d.handshaker.Wait()
}

Expand Down

0 comments on commit 9cca285

Please sign in to comment.