update go test

This commit is contained in:
Andy Pan 2018-05-20 21:21:56 +08:00
parent 301221be5d
commit 4d7d0b1a8a
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ var n = 1000000
//}
func forSleep() {
time.Sleep(3 * time.Millisecond)
time.Sleep(time.Millisecond)
}
func TestNoPool(t *testing.T) {