Browse code

Reduce fuzz iterations

Clayton Coleman authored on 2015/05/20 01:44:05
Showing 1 changed files
... ...
@@ -259,7 +259,7 @@ var skipV1beta2 = map[string]struct{}{
259 259
 	"ImageRepository": {},
260 260
 }
261 261
 
262
-const fuzzIters = 400
262
+const fuzzIters = 20
263 263
 
264 264
 // For debugging problems
265 265
 func TestSpecificKind(t *testing.T) {