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 ee1610a commit 0044fb9Copy full SHA for 0044fb9
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