Skip to content

Commit

Permalink
makes test_pull_request_time_pruning smaller (#16128) (#16338)
Browse files Browse the repository at this point in the history
(cherry picked from commit b041b55)

Co-authored-by: behzad nouri <[email protected]>
  • Loading branch information
mergify[bot] and behzadnouri authored Apr 3, 2021
1 parent e043825 commit 194a078
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 @@ -4646,7 +4646,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 194a078

Please sign in to comment.