mirror of
https://github.com/golang/go
synced 2024-11-25 07:17:56 -07:00
test/stress: fix typo in comment
Change-Id: I0f67801ef2d3af65c39a27b8db6ebaa769ff7f92
GitHub-Last-Rev: feb7f79ea5
GitHub-Pull-Request: golang/go#66508
Reviewed-on: https://go-review.googlesource.com/c/go/+/574075
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
parent
2c6773618d
commit
b37fb8c6ca
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user