From 064bef62a587589f8fddcd34ed21ab0798522381 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Fri, 23 Jul 2021 13:46:32 -0300 Subject: [PATCH] decrease number of tests (#2521) Co-authored-by: Conrado Gouvea --- zebra-state/src/service/finalized_state/tests/prop.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra-state/src/service/finalized_state/tests/prop.rs b/zebra-state/src/service/finalized_state/tests/prop.rs index 93209b512..f321079e9 100644 --- a/zebra-state/src/service/finalized_state/tests/prop.rs +++ b/zebra-state/src/service/finalized_state/tests/prop.rs @@ -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<()> {