Skip to content
Snippets Groups Projects
Commit 4c4aabcf authored by Damian Puente's avatar Damian Puente
Browse files

add explicit fuzzing time

parent d8e5ad55
No related branches found
No related tags found
No related merge requests found
Pipeline #27485 failed
......@@ -34,8 +34,8 @@ runFuzz = run {
derivName = "fuzzerResult";
target = "fuzz_calc";
buildDependencies = [afl];
checkCommand = "bash fuzz_seconds.sh ${fuzzCalc}/bin/fuzz_calc";
checkCommand = "bash fuzz_seconds.sh ${fuzzCalc}/bin/fuzz_calc 10";
output = "out/*";
};
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment