From b37fb8c6ca3ef108248798487df5b058b4877cd2 Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Mon, 25 Mar 2024 02:21:10 +0000 Subject: [PATCH] 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 --- test/stress/runstress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }