Skip to content

Commit

Permalink
Merge pull request #14387 from MinaProtocol/fix-flakiness-insufficien…
Browse files Browse the repository at this point in the history
…t-replace-fee

Fix flakiness insufficient replace fee
  • Loading branch information
ghost-not-in-the-shell authored Oct 31, 2023
2 parents ea6d94c + 8d81fdc commit 85bc56c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/test_executive/zkapps.ml
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,8 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
(Network.Node.get_ingress_uri node)
zkapp_command_insufficient_fee "Insufficient fee" )
in
let%bind () = wait_for t (Wait_condition.blocks_to_be_produced 1) in
let%bind () = Malleable_error.lift (after (Time.Span.of_sec 30.0)) in
(* Won't be accepted until the previous transactions are applied *)
let%bind () =
section_hard "Send a zkApp transaction to update all fields"
Expand Down

0 comments on commit 85bc56c

Please sign in to comment.