Skip to content

Commit 5e9a3e2

Browse files
author
Damian Leśniak
committed
no fun with timorl
1 parent ddec245 commit 5e9a3e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

finality-aleph/src/validator_network/outgoing.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ impl<PK: PublicKey, A: Data, ND: Dialer<A>> Display for OutgoingError<PK, A, ND>
3838
}
3939
}
4040

41-
const DIAL_TIMEOUT: Duration = Duration::from_secs(43);
41+
/// Arbitrarily chosen timeout, should be more than enough.
42+
const DIAL_TIMEOUT: Duration = Duration::from_secs(60);
4243

4344
async fn manage_outgoing<SK: SecretKey, D: Data, A: Data, ND: Dialer<A>>(
4445
secret_key: SK,

0 commit comments

Comments
 (0)