> @@ -128,4 +131,11 @@ protected void tearDown() {
>     protected Iterable<Module> setupModules() {
>        return ImmutableSet.<Module> of(getLoggingModule(), new 
> SshjSshClientModule());
>     }
> +
> +    @Override
> +    protected Properties setupProperties() {
> +       Properties properties = super.setupProperties();
> +       properties.setProperty("jclouds.ssh.max-retries", "10");
> +       return properties;
> +    }

Formatting - bad indent

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r7000444

Reply via email to