Comment # 19
on bug 10122
from Evan Huus
I don't mind bumping the valgrind time limit even more - it's there primarily
to catch infinite-loops, and those aren't valgrind-specific so it's very
unlikely that we'd actually find an infinite-loop case during a valgrind run
that wouldn't be caught by the normal fuzz run first.
Currently, normal fuzzing limits to 5min and valgrind fuzzing to 12.5min.
Gerald, do we know how long these captures would actually take when run under
valgrind on the current fuzz-bot?
You are receiving this mail because:
- You are watching all bug changes.