diff options
author | vanhauser-thc <vh@thc.org> | 2022-08-19 09:16:17 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-08-19 09:16:17 +0200 |
commit | 7b2145b914ba3c8443437c68ae29458d832b1e35 (patch) | |
tree | 0084e0af167a02447de79db7119311cf3e104ceb /include/config.h | |
parent | 361263b0f24a2172c4d4be09b1e247aa8d799e9b (diff) | |
download | afl++-7b2145b914ba3c8443437c68ae29458d832b1e35.tar.gz |
shorter calibration
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 1689e034..1262668a 100644 --- a/include/config.h +++ b/include/config.h @@ -153,8 +153,9 @@ /* Number of calibration cycles per every new test case (and for test cases that show variable behavior): */ -#define CAL_CYCLES 8U -#define CAL_CYCLES_LONG 20U +#define CAL_CYCLES_FAST 3U +#define CAL_CYCLES 7U +#define CAL_CYCLES_LONG 12U /* Number of subsequent timeouts before abandoning an input file: */ |