Skip to content

Commit 87f2aba

Browse files
committed
chore: increase test timeout
Changing the usage of PRNG in the mutators can affect duration of some tests. Slow GH runners are especially affected.
1 parent 76e7650 commit 87f2aba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,7 @@ java_fuzz_target_test(
638638

639639
java_fuzz_target_test(
640640
name = "MutatorComplexProtoFuzzer",
641+
timeout = "long",
641642
srcs = ["src/test/java/com/example/MutatorComplexProtoFuzzer.java"],
642643
allowed_findings = ["com.code_intelligence.jazzer.api.FuzzerSecurityIssueMedium"],
643644
fuzzer_args = [

0 commit comments

Comments
 (0)