Skip to content

Commit

Permalink
makes test_pull_request_time_pruning smaller (solana-labs#16128)
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadnouri authored Mar 25, 2021
1 parent 2a1ac97 commit b041b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/cluster_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4757,7 +4757,7 @@ mod tests {
let shred_version = cluster_info.my_shred_version();
let mut peers: Vec<Pubkey> = vec![];

const NO_ENTRIES: usize = 20000;
const NO_ENTRIES: usize = CRDS_UNIQUE_PUBKEY_CAPACITY + 128;
let data: Vec<_> = repeat_with(|| {
let keypair = Keypair::new();
peers.push(keypair.pubkey());
Expand Down

0 comments on commit b041b55

Please sign in to comment.