Add waiting time to be sure the server is started
This commit is contained in:
parent
fe4c642ff9
commit
25f1d808e9
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ let run_process path args =
|
|||
let pid =
|
||||
Unix.create_process command (Array.of_list args) output_fd output_fd output_fd
|
||||
in
|
||||
Unix.sleepf 0.5;
|
||||
out_channel, pid
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue