aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-04-03 19:29:20 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-04-03 19:29:20 -0700
commit688b0243e0c6e0a3f0171d7da388c2cfaefddfc0 (patch)
treefc798b76f6e6c6192c9a4acf167573a5335d2963 /templates
parentc6ab620c008d206675644d4c7c97407d996bea69 (diff)
Revert "x"
Diffstat (limited to 'templates')
-rw-r--r--templates/tools/fuzzer/runners.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/tools/fuzzer/runners.template b/templates/tools/fuzzer/runners.template
index 756582cfd8..aa81a6545d 100644
--- a/templates/tools/fuzzer/runners.template
+++ b/templates/tools/fuzzer/runners.template
@@ -35,7 +35,7 @@ template: |
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
- flags="-max_total_time=90"
+ flags="-max_total_time=3600 -jobs=3 -workers=3"
if [ "$config" == "asan-trace-cmp" ]
then
flags="-use_traces=1 $flags"