about summary refs log tree commit diff
path: root/include/config.h
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-08-19 09:16:17 +0200
committervanhauser-thc <vh@thc.org>2022-08-19 09:16:17 +0200
commit7b2145b914ba3c8443437c68ae29458d832b1e35 (patch)
tree0084e0af167a02447de79db7119311cf3e104ceb /include/config.h
parent361263b0f24a2172c4d4be09b1e247aa8d799e9b (diff)
downloadafl++-7b2145b914ba3c8443437c68ae29458d832b1e35.tar.gz
shorter calibration
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
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: */