Hi, This test still fails for me on any slowish machine running systemd. For instance it fails when I build this on a jessie mips machine I have, and on a mips64el machine. It works on amd64, but only just (it still takes about 2 mins).
I think this is because systemd sets the maximum number of open files to 64k, while sysvinit leaves it at the kernel default of 1k. If I run 'ulimit -n 1024' before building, the tests pass. Maybe you could place a call to ulimit at a strategic place to fix this instead of increasing the timeout (which will inevitably fail for someone)? Thanks, James -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

