mirror of
https://github.com/golang/go
synced 2024-11-22 02:14:40 -07:00
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
This commit is contained in:
parent
14cb1a1da9
commit
4925f8aa79
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user