aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/stress/runstress.go2
1 files changed, 1 insertions, 1 deletions
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)
}
}