Variable Config.maxFails

stop test after maxFails

struct Config
{
  // ...
  ulong maxFails = 100LU;
  // ...
}