tomaswolf commented on code in PR #419:
URL: https://github.com/apache/mina-sshd/pull/419#discussion_r1337521513


##########
sshd-core/src/test/java/org/apache/sshd/util/test/BaseTestSupport.java:
##########
@@ -46,8 +46,8 @@ public abstract class BaseTestSupport extends 
JUnitTestSupport {
     public static final String TEST_LOCALHOST
             = System.getProperty("org.apache.sshd.test.localhost", 
SshdSocketAddress.LOCALHOST_IPV4);
 
-    public static final Duration CONNECT_TIMEOUT = 
CoreTestSupportUtils.getTimeout("connect", Duration.ofSeconds(7));
-    public static final Duration AUTH_TIMEOUT = 
CoreTestSupportUtils.getTimeout("auth", Duration.ofSeconds(5));
+    public static final Duration CONNECT_TIMEOUT = 
CoreTestSupportUtils.getTimeout("connect", Duration.ofSeconds(10));
+    public static final Duration AUTH_TIMEOUT = 
CoreTestSupportUtils.getTimeout("auth", Duration.ofSeconds(8));

Review Comment:
   Why did these need to be increased?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to