Skip to content

Commit

Permalink
Issue #263: reduces the trace length such that the heap doesn't get e…
Browse files Browse the repository at this point in the history
…xhausted
  • Loading branch information
mdimjasevic committed Jul 17, 2019
1 parent 60b1ce1 commit c5d2591
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ moneyIsConstant = withTests 200 . property $ do
-- | Check that there is no double spending
noDoubleSpending :: Property
noDoubleSpending = property $ do
t <- forAll (trace @UTXOW 500)
t <- forAll (trace @UTXOW 300)
let
UTxOState {utxo = utxo0} = _traceInitState t
txs = body <$> traceSignals OldestFirst t
Expand Down

0 comments on commit c5d2591

Please sign in to comment.