chore: increase test timeout for the selffuzz test#1040
Conversation
There was a problem hiding this comment.
Pull request overview
Increases the Bazel test timeout for the ArgumentsMutatorFuzzTest self-fuzz test to reduce flakiness/timeouts in slower CI environments.
Changes:
- Set
timeout = "long"on theArgumentsMutatorFuzzTestjava_fuzz_target_testtarget.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
The old test timeout of 300 seconds is already quite large. If it takes that long to only execute the accumulated corpus should we think about running on the corpus only in the dedicated action? |
If it get's annoying to wait for the pipeline to finish, we should. |
No description provided.