1
0
mirror of https://github.com/golang/go synced 2024-11-19 22:24:49 -07:00
go/src/runtime/trace
Russ Cox 2a7272b422 runtime/trace: deflake TestTraceSymbolize
Waiting 2ms for all the kicked-off goroutines to run and block
seems a little optimistic. No harm done by waiting for 200ms instead.

Fixes #17238.

Change-Id: I827532ea2f5f1f3ed04179f8957dd2c563946ed0
Reviewed-on: https://go-review.googlesource.com/32103
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-10-28 19:32:37 +00:00
..
trace_stack_test.go runtime/trace: deflake TestTraceSymbolize 2016-10-28 19:32:37 +00:00
trace_test.go runtime/trace, internal/trace: script to collect canned traces 2016-10-28 17:46:49 +00:00
trace.go