while (pass === false && wait < maxWait) {
      yield util.sleep(extra);
      // Expect NUM_SERVERS different pools
      try {
        assert.equal(r.getPoolMaster()._healthyPools.length, NUM_SERVERS);