Good point @demobox. Currently that method (as it is invoked) waits forever, but it also accepts timeout parameters, so I think I should use the latter version with the values extracted from the [ComputeServiceProperties](https://github.com/jclouds/jclouds/blob/master/compute/src/main/java/org/jclouds/compute/config/ComputeServiceProperties.java#L27-29). (Just found those properties, I didn't know they existed :)) I'll change this and also the other methods that perform an active wait in the adapter class to properly read the configured timeouts and update the PR.
--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/11#issuecomment-20619893
