Skip to content

Commit

Permalink
reduce mania hitresult proptest cases
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Mar 31, 2024
1 parent a577200 commit 616f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mania/performance/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ mod tests {
}

proptest! {
#![proptest_config(ProptestConfig::with_cases(100))]
#![proptest_config(ProptestConfig::with_cases(50))]

#[test]
fn mania_hitresults(
Expand Down

0 comments on commit 616f2b5

Please sign in to comment.