about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2023-06-12 13:05:35 +0200
committervanhauser-thc <vh@thc.org>2023-06-12 13:05:35 +0200
commit091d66fa92cd9e4caa5829d579b1b996c49db8c9 (patch)
treefe2b001bc5d8708f01cd5e569ef39429ea3bcc9c
parent3ad8e9856cc48a6f69aa701dafd0623f91f31c5c (diff)
downloadafl++-091d66fa92cd9e4caa5829d579b1b996c49db8c9.tar.gz
increase strategy switch
-rw-r--r--include/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 5100d88f..8585041e 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 600
+#define STRATEGY_SWITCH_TIME 1000
 
 /* Default file permission umode when creating files (default: 0600) */
 #define DEFAULT_PERMISSION 0600