reduce the number of default test cases (#2574)

This commit is contained in:
Alfredo Garcia 2021-08-06 03:17:02 -03:00 committed by GitHub
parent bf713bec91
commit 14532e44c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ use crate::{
// because we're only interested in spend validation,
// (and passing various other state checks).
const DEFAULT_NULLIFIER_PROPTEST_CASES: u32 = 16;
const DEFAULT_NULLIFIER_PROPTEST_CASES: u32 = 2;
proptest! {
#![proptest_config(