mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
Reduce iteration in TestRandomGeneratorCollision
It took too long when -race is specified.
This commit is contained in:
committed by
Sean DuBois
parent
66ad7f1218
commit
e48e65b062
+1
-1
@@ -69,7 +69,7 @@ func TestRandomGeneratorCollision(t *testing.T) {
|
||||
},
|
||||
}
|
||||
|
||||
const N = 1000
|
||||
const N = 100
|
||||
const iteration = 100
|
||||
|
||||
for name, testCase := range testCases {
|
||||
|
||||
Reference in New Issue
Block a user