Skip to content

Commit

Permalink
use Timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Meike Hecker committed May 19, 2016
1 parent c2be918 commit 3f49f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup_srv.erl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ start_link() ->

run_setup() ->
Timeout = setup:get_env(setup, run_timeout, infinity),
gen_server:call(?MODULE, run_setup).
gen_server:call(?MODULE, run_setup, Timeout).

init(_) ->
{ok, []}.
Expand Down

0 comments on commit 3f49f19

Please sign in to comment.