Skip to content

Commit 190910c

Browse files
committed
Lucy > Payments: wait for another block to be produced so we actually use new key to prove works
1 parent 5adfc1d commit 190910c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/test_executive/payments_test.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
495495
~amount:Currency.Amount.one ~fee ~node:sender 12
496496
in
497497
wait_for t
498-
(Wait_condition.ledger_proofs_emitted_since_genesis ~num_proofs:2
498+
(Wait_condition.ledger_proofs_emitted_since_genesis ~num_proofs:3
499499
~test_config:config ) )
500500
in
501501
let%bind () =

0 commit comments

Comments
 (0)