reduce the number of default test cases (#2574)
This commit is contained in:
parent
bf713bec91
commit
14532e44c1
|
|
@ -34,7 +34,7 @@ use crate::{
|
||||||
// because we're only interested in spend validation,
|
// because we're only interested in spend validation,
|
||||||
// (and passing various other state checks).
|
// (and passing various other state checks).
|
||||||
|
|
||||||
const DEFAULT_NULLIFIER_PROPTEST_CASES: u32 = 16;
|
const DEFAULT_NULLIFIER_PROPTEST_CASES: u32 = 2;
|
||||||
|
|
||||||
proptest! {
|
proptest! {
|
||||||
#![proptest_config(
|
#![proptest_config(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue