Skip to content

Commit

Permalink
reduce test size
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Oct 13, 2023
1 parent 0e6382a commit 281ac81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lading_payload/src/dogstatsd/common/tags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ mod test {
// exceed `max_bytes`.
proptest! {
#[test]
fn generator_not_exceed_tagset_max(seed: u64, num_tagsets in 0..100_000) {
fn generator_not_exceed_tagset_max(seed: u64, num_tagsets in 0..1_000) {
let mut rng = SmallRng::seed_from_u64(seed);
let num_tagsets = num_tagsets as usize;
let pool = Rc::new(strings::Pool::with_size(&mut rng, 8_000_000));
Expand Down

0 comments on commit 281ac81

Please sign in to comment.