Skip to content

Commit b519f9e

Browse files
authored
Merge pull request #32 from tmccombs/increase-timeout
Increase handshake timeout
2 parents f90e672 + b9e666d commit b519f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ mod net;
4646
/// Default number of concurrent handshakes
4747
pub const DEFAULT_MAX_HANDSHAKES: usize = 64;
4848
/// Default timeout for the TLS handshake.
49-
pub const DEFAULT_HANDSHAKE_TIMEOUT: Duration = Duration::from_millis(200);
49+
pub const DEFAULT_HANDSHAKE_TIMEOUT: Duration = Duration::from_secs(10);
5050

5151
/// Trait for TLS implementation.
5252
///

0 commit comments

Comments
 (0)