about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-06-12 08:43:30 +0200
committervanhauser-thc <vh@thc.org>2023-06-12 08:43:30 +0200
commit25eba95bbaf58539c65088fc8bc143ed30ad82b9 (patch)
tree5cfb16157cf3002da3ce09e4ce6a3828017419b5 /include
parent6ec70fc0847a0624692e868743080bf4e6935523 (diff)
downloadafl++-25eba95bbaf58539c65088fc8bc143ed30ad82b9.tar.gz
update new feature config
Diffstat (limited to 'include')
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index b767d526..09d8620d 100644
--- a/include/config.h
+++ b/include/config.h
@@ -47,7 +47,7 @@
    switches to exploitation mode. It automatically switches back when new
    coverage is found.
    Default: 300 (seconds) */
-#define STRATEGY_SWITCH_TIME 300
+#define STRATEGY_SWITCH_TIME 600
 
 /* Default file permission umode when creating files (default: 0600) */
 #define DEFAULT_PERMISSION 0600