reduce proptest cases for tandem sort
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user