Skip to content

Commit

Permalink
CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoffranca committed Dec 13, 2024
1 parent 22a0b65 commit 1a00a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tools/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ impl Distribution<config::App> for EncodeDist {

genesis: rng.gen(),
max_payload_size: rng.gen(),
view_timeout: rng.gen(),
view_timeout: self.sample(rng),
validator_key: self.sample_opt(|| rng.gen()),
attester_key: self.sample_opt(|| rng.gen()),

Expand Down

0 comments on commit 1a00a96

Please sign in to comment.