Skip to content

Commit

Permalink
Bump authoring duration
Browse files Browse the repository at this point in the history
  • Loading branch information
s0me0ne-unkn0wn committed May 2, 2024
1 parent 5c6a9e5 commit e6ce56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/parachain/node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fn start_consensus(
relay_chain_slot_duration,
proposer,
collator_service,
authoring_duration: Duration::from_millis(1500),
authoring_duration: Duration::from_millis(2000),
reinitialize: false,
};

Expand Down

0 comments on commit e6ce56d

Please sign in to comment.