mirror of https://github.com/panjf2000/ants.git
update go test
This commit is contained in:
parent
301221be5d
commit
4d7d0b1a8a
|
@ -26,7 +26,7 @@ var n = 1000000
|
||||||
//}
|
//}
|
||||||
|
|
||||||
func forSleep() {
|
func forSleep() {
|
||||||
time.Sleep(3 * time.Millisecond)
|
time.Sleep(time.Millisecond)
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestNoPool(t *testing.T) {
|
func TestNoPool(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue