Skip to content

Commit

Permalink
fix(consensus): test case
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdannzor committed Jul 29, 2024
1 parent f30c3a9 commit e07df42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dan_layer/consensus_tests/src/support/validator/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl ValidatorBuilder {
HotstuffConfig {
max_base_layer_blocks_ahead: 5,
max_base_layer_blocks_behind: 5,
pacemaker_max_base_time: std::time::Duration(10),
pacemaker_max_base_time: std::time::Duration::from_secs(10),
},
);

Expand Down

0 comments on commit e07df42

Please sign in to comment.