Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add time limit to all-clusters-app-fuzzing
Fuzzing binary now searches for environment variable `FUZZ_CAMPAIGN_MINUTES` to automatically limit, halt execution, and dump gcov data once X minutes have elapsed. This was required to extract gcov data from a fuzzing binary as under normal circumstances manually aborting the execution did not produce any gcov data. google/fuzzing#41
- Loading branch information