Commit 13f4ed3c authored by Steven Allen's avatar Steven Allen

tests: bring tests back under race detector goroutine limit

parent a5edbdee
......@@ -140,7 +140,7 @@ func TestLargeSwarm(t *testing.T) {
if detectrace.WithRace() {
// when running with the race detector, 500 instances launches
// well over 8k goroutines. This hits a race detector limit.
numInstances = 75
numInstances = 50
} else if travis.IsRunning() {
numInstances = 200
} else {
......
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