aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--prog/rand.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/rand.go b/prog/rand.go
index 2b08998c6..8337e7af4 100644
--- a/prog/rand.go
+++ b/prog/rand.go
@@ -17,7 +17,7 @@ import (
const (
// "Recommended" number of calls in programs that we try to aim at during fuzzing.
- RecommendedCalls = 20
+ RecommendedCalls = 30
// "Recommended" max number of calls in programs.
// If we receive longer programs from hub/corpus we discard them.
MaxCalls = 40