};
}
});
Granularity gran = Granularity.MIN_20;
Range range = new Range(gran.snapMillis(baseMillis), baseMillis + 86400000);
final List<Locator> tooManyLocators = new ArrayList<Locator>();
tooManyLocators.addAll(locators);
// generate arbitrarily large number of locators so we slow down the query so we can test a timeout
for (int i = 0; i < 50; i++) {