> @@ -128,4 +135,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;
> +   }

Just seen the BaseComputeServiceLiveTest is implemented in a different class :) 
Great!

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

Reply via email to