Make tests wait longer between closing something and testing if the other end has closed

pull/132/head
Andy Wang 4 years ago
parent f8f02bfc43
commit a3cd5a4029

@ -23,7 +23,7 @@ import (
)
const numConns = 200 // -race option limits the number of goroutines to 8192
const delayBeforeTestingConnClose = 500 * time.Millisecond
const delayBeforeTestingConnClose = 700 * time.Millisecond
func serveTCPEcho(l net.Listener) {
for {

Loading…
Cancel
Save