You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/testing/integration_test_lib/wait_condition.ml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -167,7 +167,9 @@ struct
167
167
}
168
168
169
169
letblock_height_growth~height_growth=
170
-
(* block height is an objective measurement for the whole chain. block height growth checks that the block height increased by the desired_height since the wait condition was called *)
170
+
(* block height is an objective measurement for the whole chain. block
171
+
this condition checks that the block height increased by [height_growth]
172
+
since the wait condition was called *)
171
173
letinitstate=Predicate_continuation state.block_height in
172
174
letcheckinitial_height (state: Network_state.t) =
173
175
if state.block_height - initial_height >= height_growth then
0 commit comments