diff --git a/test/stress/runstress.go b/test/stress/runstress.go index b752fa8dbbc..561cdf9d4d2 100644 --- a/test/stress/runstress.go +++ b/test/stress/runstress.go @@ -49,7 +49,7 @@ func dialStress(a net.Addr) { Println("closed dial") }() } - // Don't run out of ephermeral ports too quickly: + // Don't run out of ephemeral ports too quickly: time.Sleep(250 * time.Millisecond) } }