diff --git a/src/app/test_executive/zkapps.ml b/src/app/test_executive/zkapps.ml index 7815412f825..a983ba3b11f 100644 --- a/src/app/test_executive/zkapps.ml +++ b/src/app/test_executive/zkapps.ml @@ -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"