File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
TLS-Core/src/main/java/de/rub/nds/tlsattacker/core/connection Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public abstract class AliasedConnection extends Connection implements Aliasable
2626 public static final String DEFAULT_CONNECTION_ALIAS = "defaultConnection" ;
2727 public static final TransportHandlerType DEFAULT_TRANSPORT_HANDLER_TYPE = TransportHandlerType .TCP ;
2828 public static final Integer DEFAULT_TIMEOUT = 1000 ;
29- public static final Integer DEFAULT_CONNECTION_TIMEOUT = 60000 ;
29+ public static final Integer DEFAULT_CONNECTION_TIMEOUT = 8000 ;
3030 public static final Integer DEFAULT_FIRST_TIMEOUT = DEFAULT_TIMEOUT ;
3131 public static final String DEFAULT_HOSTNAME = "localhost" ;
3232 public static final String DEFAULT_IP = "127.0.0.1" ;
You can’t perform that action at this time.
0 commit comments