From: guoguangwu Date: Mon, 25 Mar 2024 02:21:10 +0000 (+0000) Subject: test/stress: fix typo in comment X-Git-Tag: go1.23rc1~778 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b37fb8c6ca3ef108248798487df5b058b4877cd2;p=gostls13.git test/stress: fix typo in comment Change-Id: I0f67801ef2d3af65c39a27b8db6ebaa769ff7f92 GitHub-Last-Rev: feb7f79ea519450a054de18e10ffa6284538708b GitHub-Pull-Request: golang/go#66508 Reviewed-on: https://go-review.googlesource.com/c/go/+/574075 Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor Reviewed-by: Matthew Dempsky --- diff --git a/test/stress/runstress.go b/test/stress/runstress.go index b752fa8dbb..561cdf9d4d 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) } }