Variable Config.maxSuccess

stop test after maxSuccess

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