checkSimpleFeed(getFeed("http://localhost:" + PORT + "/atom/logs").getEntries());
checkSimpleFeed(getFeed("http://localhost:" + PORT + "/atom/logs").getEntries());
List<Entry> entries = new LinkedList<Entry>();
WebClient wcEntry = WebClient.create("http://localhost:" + PORT + "/atom/logs",
Collections.singletonList(new AtomEntryProvider()))
.accept("application/atom+xml;type=entry");
HTTPConduit conduit = WebClient.getConfig(wcEntry).getHttpConduit();
conduit.getClient().setReceiveTimeout(1000000);
conduit.getClient().setConnectionTimeout(1000000);
for (int i = 0; i < 8; i++) {