i don't think we change behavior on test images because a very crashy program could fill up /var entirely which makes further logging/debugging difficult.
i also don't think we allow customization of the 32 limit.
if your scope is test images, i'm not seeing an issue here. there are basically 2 moving parts:
* crash sender: responsible for uploading crashes to the server, but we don't do that on test images, so you can ignore it
* crash reporter: called when a crash happens from anywhere (e.g. coredump from the kernel) -- it only appends to the crash spool dir, it doesn't modify existing content
iirc crash reporter counts reports based on .meta files existing. so if you wrote a service that periodically scans the spool dir for .meta files, and then does whatever processing you want before deleting it, you should be fine.