reduce proptest cases for tandem sort

This commit is contained in:
MaxOhn
2024-02-27 12:25:18 +01:00
parent 43849ba8c4
commit f8509c4277
+1 -1
View File
@@ -112,7 +112,7 @@ mod tests {
use super::TandemSorter;
proptest! {
#![proptest_config(ProptestConfig::with_cases(10_000))]
#![proptest_config(ProptestConfig::with_cases(1000))]
#[test]
fn sort(mut actual in prop::collection::vec(0_u8..100, 0..100)) {