Skip to content

Commit

Permalink
fix scheduled tests (override shard_committee_period)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Feb 11, 2024
1 parent 91440ed commit 6dd787d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions kurtosis-config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
network_params:
genesis_delay: 120
min_validator_withdrawability_delay: 1
shard_committee_period: 1
num_validator_keys_per_node: 250
launch_additional_services: true
additional_services:
Expand Down
1 change: 1 addition & 0 deletions kurtosis-config/deneb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ network_params:
genesis_delay: 120
seconds_per_slot: 12
min_validator_withdrawability_delay: 1
shard_committee_period: 1
num_validator_keys_per_node: 250
launch_additional_services: true
additional_services:
Expand Down
2 changes: 2 additions & 0 deletions kurtosis-config/verkle-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ network_params:
electra_fork_epoch: 0
genesis_delay: 120
seconds_per_slot: 12
min_validator_withdrawability_delay: 1
shard_committee_period: 1
num_validator_keys_per_node: 250
launch_additional_services: true
additional_services:
Expand Down

0 comments on commit 6dd787d

Please sign in to comment.