> @@ -138,7 +140,7 @@ public void testPutFileParallel() throws
> InterruptedException, IOException, Time
> final String container = getContainerName();
> try {
> Map<Integer, ListenableFuture<?>> responses = Maps.newHashMap();
> - for (int i = 0; i < 10; i++) {
> + for (int i = 0; i < 3; i++) {
How often was this failing? Fine with making it more robust, but are we also
weakening the test now in an effort just to keep it short?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/112/files#r5928084