[lib/Fuzzer] make the fuzzing timeout 1200 seconds by default (was: infinity)
[oota-llvm.git] / lib / Fuzzer / FuzzerFlags.def
index 8157714b65ef8cf8336d1045f223b21f8b81c04b..742f672e2012f25e2f11a2a4ecee7aa6587923ff 100644 (file)
@@ -28,7 +28,7 @@ FUZZER_FLAG_INT(
 FUZZER_FLAG_INT(exit_on_first, 0,
             "If 1, exit after the first new interesting input is found.")
 FUZZER_FLAG_INT(
-    timeout, -1,
+    timeout, 1200,
     "Timeout in seconds (if positive). "
     "If one unit runs more than this number of seconds the process will abort.")
 FUZZER_FLAG_INT(help, 0, "Print help.")