From a60fc094f4d2ebd14fa48276c4615e251bc4a2d7 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdhiser@gmail.com> Date: Fri, 13 Sep 2019 15:46:48 -0400 Subject: [PATCH] added option to use throwing assert or real assert --- cicd_testing/afl.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd_testing/afl.yaml b/cicd_testing/afl.yaml index 64b3e78..00de7c4 100644 --- a/cicd_testing/afl.yaml +++ b/cicd_testing/afl.yaml @@ -1,5 +1,5 @@ name: 'baseline afl config' -fuzzing-time: '10 minutes' +fuzzing-time: '30 minutes' input-timeout: '30 seconds' memory-limit: '50 MB' num-cores: 2 -- GitLab