Commit 4925f8aa authored by Carl Shapiro's avatar Carl Shapiro

test: make goprint.go wait longer for go its routine to execute

Update #5281

R=golang-dev, r, bradfitz, cshapiro
CC=golang-dev
https://golang.org/cl/8631047
parent 14cb1a1d
......@@ -12,5 +12,5 @@ import "time"
func main() {
go println(42, true, false, true, 1.5, "world", (chan int)(nil), []int(nil), (map[string]int)(nil), (func())(nil), byte(255))
time.Sleep(1e6)
time.Sleep(100*time.Millisecond)
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment