We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea6d94c + 8d81fdc commit 85bc56cCopy full SHA for 85bc56c
src/app/test_executive/zkapps.ml
@@ -765,6 +765,8 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
765
(Network.Node.get_ingress_uri node)
766
zkapp_command_insufficient_fee "Insufficient fee" )
767
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
770
(* Won't be accepted until the previous transactions are applied *)
771
let%bind () =
772
section_hard "Send a zkApp transaction to update all fields"
0 commit comments