> @@ -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++) {
What would you say to 5 iterations of 3sec +/- each? But also fine to keep the
change as-is.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/112/files#r5935241