Coverity flagged a potential divide by zero error in collect in
qpmulti.c when the elapsed time is zero but that is only called
once the elapsed time is greater than or equal to RUNTIME (1/4
second) so INSIST this is the case.
Closes #5329
Merge branch '5329-potential-divide-by-zero-in-qpmulti-c' into 'main'
See merge request isc-projects/bind9!10519