Hi, we already are doing this before run the tests:
apt-get install -y -q rng-tools
echo "HRNGDEVICE=/dev/urandom" > /etc/default/rng-tools
/etc/init.d/rng-tools restart
@ogra, do you know if that segfault that appears in the logs could be making that the entropy is not generated correctly anymore and because of that we are getting what @fgimenez pointed?
kernel.random.entropy_avail = 32
i’ll see if I can add "rng_core.default_quality=700, not sure if it is possible.
This is weird because this problems appears just the 5% of the executions.