What I am opening is more an issue than a PR. Can you give me an idea what to try and how to fix this issue, thanks. AWSEC2ImageSupplierTest#testDescribeImagesParallel throws an exception on my local machine: ``` java.util.concurrent.ExecutionException: com.google.common.util.concurrent.UncheckedExecutionException: java.lang.RuntimeException: request: POST https://ec2.eu-west-1.amazonaws.com/ HTTP/1.1; response: HTTP/1.1 200 OK; cause: java.lang.RuntimeException: request: POST https://ec2.eu-west-1.amazonaws.com/ HTTP/1.1; cause: java.net.SocketTimeoutException: Read timed out at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at org.jclouds.aws.ec2.compute.suppliers.AWSEC2ImageSupplier.get(AWSEC2ImageSupplier.java:115) ```
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds/pull/964 -- Commit Summary -- * Retrieving images * Remvoe cluster regions -- File Changes -- M providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/AWSEC2ProviderMetadata.java (2) A providers/aws-ec2/src/test/java/org/jclouds/aws/ec2/compute/AWSEC2ImageSupplierTest.java (50) -- Patch Links -- https://github.com/jclouds/jclouds/pull/964.patch https://github.com/jclouds/jclouds/pull/964.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/964
