Skip to content

Commit 85bc56c

Browse files
Merge pull request #14387 from MinaProtocol/fix-flakiness-insufficient-replace-fee
Fix flakiness insufficient replace fee
2 parents ea6d94c + 8d81fdc commit 85bc56c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/test_executive/zkapps.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,8 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
765765
(Network.Node.get_ingress_uri node)
766766
zkapp_command_insufficient_fee "Insufficient fee" )
767767
in
768+
let%bind () = wait_for t (Wait_condition.blocks_to_be_produced 1) in
769+
let%bind () = Malleable_error.lift (after (Time.Span.of_sec 30.0)) in
768770
(* Won't be accepted until the previous transactions are applied *)
769771
let%bind () =
770772
section_hard "Send a zkApp transaction to update all fields"

0 commit comments

Comments
 (0)