Skip to content

Instantly share code, notes, and snippets.

@maximvl
Created April 29, 2018 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximvl/8b1cf5068caf18f697d078c0c0e7c952 to your computer and use it in GitHub Desktop.
Save maximvl/8b1cf5068caf18f697d078c0c0e7c952 to your computer and use it in GitHub Desktop.
(a@127.0.0.1)10> Params2.
[{kill_if_fail,true},
{monitor_master,true},
{init_timeout,3000},
{startup_timeout,3000},
{startup_functions,[{erlang,node,[]}]},
{erl_flags,"-pa ../../_build/default/lib/*/ebin -config ../../test/test.config"}]
(a@127.0.0.1)11> ct_slave:start('b@127.0.0.1', Params2).
{error,boot_timeout,'b@127.0.0.1'}
(a@127.0.0.1)12>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment