decrease number of tests (#2521)

Co-authored-by: Conrado Gouvea <conrado@zfnd.org>
This commit is contained in:
Alfredo Garcia 2021-07-23 13:46:32 -03:00 committed by GitHub
parent 236388909e
commit 064bef62a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ use crate::{
ContextuallyValidBlock,
};
const DEFAULT_PARTIAL_CHAIN_PROPTEST_CASES: u32 = 32;
const DEFAULT_PARTIAL_CHAIN_PROPTEST_CASES: u32 = 16;
#[test]
fn blocks_with_v5_transactions() -> Result<()> {