Skip to content

Commit

Permalink
Reduce slot times to 3s
Browse files Browse the repository at this point in the history
  • Loading branch information
muXxer committed May 16, 2024
1 parent 9bf10a5 commit 336424f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker-network/tests/dockertestframework/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ var ShortSlotsAndEpochsProtocolParametersOptionsFunc = func() []options.Option[i
iotago.WithStorageOptions(100, 1, 10, 100, 100, 100),
iotago.WithWorkScoreOptions(500, 110_000, 7_500, 40_000, 90_000, 50_000, 40_000, 70_000, 5_000, 15_000),
//iotago.WithTimeProviderOptions(0, time.Now().Unix(), 10, 13),
iotago.WithTimeProviderOptions(5, time.Now().Unix(), 5, 3),
iotago.WithTimeProviderOptions(5, time.Now().Unix(), 3, 3),
//iotago.WithLivenessOptions(15, 30, 10, 20, 60),
iotago.WithLivenessOptions(5, 5, 2, 4, 5),
iotago.WithLivenessOptions(3, 3, 2, 4, 5),
iotago.WithSupplyOptions(1813620509061365, 63, 1, 17, 32, 21, 70),
//iotago.WithCongestionControlOptions(1, 1, 1, 400_000_000, 250_000_000, 50_000_000, 1000, 100),
iotago.WithCongestionControlOptions(1, 1, 1, 200_000_000, 125_000_000, 50_000_000, 1000, 100),
iotago.WithCongestionControlOptions(1, 1, 1, 100_000_000, 75_000_000, 50_000_000, 1000, 100),
iotago.WithStakingOptions(10, 10, 10),
iotago.WithVersionSignalingOptions(7, 5, 7),
//iotago.WithRewardsOptions(8, 11, 2, 384),
Expand Down

0 comments on commit 336424f

Please sign in to comment.