diff options
Diffstat (limited to 'src/tools/fuzzing/parameters.h')
-rw-r--r-- | src/tools/fuzzing/parameters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/fuzzing/parameters.h b/src/tools/fuzzing/parameters.h index 1ba7b064f..e92c88210 100644 --- a/src/tools/fuzzing/parameters.h +++ b/src/tools/fuzzing/parameters.h @@ -59,7 +59,7 @@ constexpr Address USABLE_MEMORY = 16; // the number of runtime iterations (function calls, loop backbranches) we // allow before we stop execution with a trap, to prevent hangs. 0 means // no hang protection. -constexpr int HANG_LIMIT = 10; +constexpr int HANG_LIMIT = 100; // constexpr size_t VeryImportant = 4; |