Jim Meyering wrote: > Oh! Sorry. I made only the final invocation use the timeout. Must use > it in the loop, too. > Here's a better patch:
The 'hash-collision-perf' test still hangs both of my GNU/Hurd machines. One of the machines now says: vm_page warning: unable to recycle any page The reason is that you terminate the loop if small_ms >= 200, but small_ms is always 0, each time. Bruno