You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by GitBox <gi...@apache.org> on 2020/02/27 15:59:53 UTC

[GitHub] [mina-sshd] lgoldstein edited a comment on issue #115: Add timeout with Duration and apply larger timeouts to tests that oft…

lgoldstein edited a comment on issue #115: Add timeout with Duration and apply larger timeouts to tests that oft…
URL: https://github.com/apache/mina-sshd/pull/115#issuecomment-592032903
 
 
   That would be ideal... if possible, the the relevant timeouts in the tests can simply be written as
   ```java
   private static final Duration TIMEOUT = Duration.ofSeconds(System.getIntProperty("property.controlled.by.profile", ...some default value...)); // or something to this effect.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@mina.apache.org
For additional commands, e-mail: dev-help@mina.apache.org