Skip to content
Snippets Groups Projects
Commit 7e4bea25 authored by Robert Klotzner's avatar Robert Klotzner Committed by GitHub
Browse files

Double approval checking timeout. (#5951)

parent accc08c3
No related merge requests found
......@@ -72,7 +72,7 @@ pub const BACKING_EXECUTION_TIMEOUT: Duration = Duration::from_secs(2);
/// ensure that in the absence of extremely large disparities between hardware,
/// blocks that pass backing are considerd executable by approval checkers or
/// dispute participants.
pub const APPROVAL_EXECUTION_TIMEOUT: Duration = Duration::from_secs(6);
pub const APPROVAL_EXECUTION_TIMEOUT: Duration = Duration::from_secs(12);
/// Linked to `MAX_FINALITY_LAG` in relay chain selection,
/// `MAX_HEADS_LOOK_BACK` in `approval-voting` and
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment