mirror of https://github.com/cbeuw/Cloak
Make tests wait longer between closing something and testing if the other end has closed
This commit is contained in:
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…
Reference in New Issue