Skip to content

Commit

Permalink
make epoch longer
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jan 27, 2021
1 parent 24b98ea commit a8bf1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub fn send_all_fragments() {
&[receiver.clone()],
ConfigurationBuilder::new()
.with_block0_consensus(ConsensusType::GenesisPraos)
.with_slots_per_epoch(20)
.with_slots_per_epoch(30)
.with_consensus_genesis_praos_active_slot_coeff(ActiveSlotCoefficient::MAXIMUM)
.with_slot_duration(3)
.with_linear_fees(LinearFee::new(1, 1, 1))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub fn fragment_load_test() {
&[faucet.clone()],
&[receiver.clone()],
ConfigurationBuilder::new()
.with_slots_per_epoch(20)
.with_slots_per_epoch(30)
.with_consensus_genesis_praos_active_slot_coeff(ActiveSlotCoefficient::MAXIMUM)
.with_slot_duration(4)
.with_epoch_stability_depth(10)
Expand Down

0 comments on commit a8bf1bb

Please sign in to comment.