Commit Graph

1 Commits

Author SHA1 Message Date
Brad Fitzpatrick 3d9421a8e5 test: shorten goroutine-heavy test in race mode
The go race detector has a limit on how many goroutines it can track.
This test is only barely acceptable and the presence of any new
goroutines push it over the edge. Shorten this test is race mode.
2016-02-10 21:30:19 +00:00