From feb7f79ea519450a054de18e10ffa6284538708b Mon Sep 17 00:00:00 2001 From: guoguangwu Date: Mon, 25 Mar 2024 10:11:59 +0800 Subject: [PATCH] test/stress: fix typo in comment Signed-off-by: guoguangwu --- 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) } }