Skip to content

Instantly share code, notes, and snippets.

@maximvl
Created April 29, 2018 13:23
Show Gist options
  • Save maximvl/8b1cf5068caf18f697d078c0c0e7c952 to your computer and use it in GitHub Desktop.
Save maximvl/8b1cf5068caf18f697d078c0c0e7c952 to your computer and use it in GitHub Desktop.
([email protected])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"}]
([email protected])11> ct_slave:start('[email protected]', Params2).
{error,boot_timeout,'[email protected]'}
([email protected])12>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment