We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd2663 commit 41633c8Copy full SHA for 41633c8
tests/BUILD.bazel
@@ -638,6 +638,7 @@ java_fuzz_target_test(
638
639
java_fuzz_target_test(
640
name = "MutatorComplexProtoFuzzer",
641
+ timeout = "long",
642
srcs = ["src/test/java/com/example/MutatorComplexProtoFuzzer.java"],
643
allowed_findings = ["com.code_intelligence.jazzer.api.FuzzerSecurityIssueMedium"],
644
fuzzer_args = [
0 commit comments