Reduce iteration in TestRandomGeneratorCollision

It took too long when -race is specified.
This commit is contained in:
Atsushi Watanabe
2020-07-05 22:23:11 -07:00
committed by Sean DuBois
parent 66ad7f1218
commit e48e65b062
+1 -1
View File
@@ -69,7 +69,7 @@ func TestRandomGeneratorCollision(t *testing.T) {
},
}
const N = 1000
const N = 100
const iteration = 100
for name, testCase := range testCases {