> @@ -54,4 +57,11 @@ protected void checkUserMetadataContains(NodeMetadata
> node, ImmutableMap<String,
> public void testOptionToNotBlock() {
> // start call is blocking anyway.
> }
> -}
> +
> + @Override
> + protected Properties setupProperties() {
> + Properties properties = super.setupProperties();
> + properties.setProperty("jclouds.ssh.max-retries", "20");
> + return properties;
> + }
Formatting (indent is wrong)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r6902272