upped handshake timeout from 5 to 10 secs

This commit is contained in:
mfahampshire
2023-09-12 17:00:48 +02:00
parent 17b22a50fe
commit 46ad61fa9e
@@ -7,4 +7,4 @@ pub mod substream;
pub mod transport;
/// The deafult timeout secs for [`transport::Upgrade`] future.
const DEFAULT_HANDSHAKE_TIMEOUT_SECS: u64 = 5;
const DEFAULT_HANDSHAKE_TIMEOUT_SECS: u64 = 10;