ligo/test/lib/node_helpers.mli

17 lines
1007 B
OCaml
Raw Normal View History

2017-04-05 20:24:26 +04:00
(**************************************************************************)
(* *)
2017-11-14 03:36:14 +04:00
(* Copyright (c) 2014 - 2017. *)
2017-04-05 20:24:26 +04:00
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
(* *)
(* All rights reserved. No warranty, explicit or implicit, provided. *)
(* *)
(**************************************************************************)
val fork_node:
?timeout:int -> ?port:int -> ?sandbox:string -> unit -> int
(** [fork_node ()] forks a node in sandbox mode listening to rpc on
`localhost:port` (where the default port is 18732) and returns the
PID of the forked process. It waits `timeout` seconds (default 4)
before to return and it may fails with an exception whenever the node
died during the wait. *)