Skip to content

Commit

Permalink
Increase timeouts on authentication timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
priestjim committed Oct 4, 2016
1 parent 0de546a commit 211b53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ct/local_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ authentication_timeout(_Config) ->
ok = timer:sleep(50),
%% The acceptor has been launched
[_Master] = supervisor:which_children(gen_rpc_acceptor_sup),
ok = timer:sleep(600),
ok = timer:sleep(1000),
%% The acceptor should have shut down
[] = supervisor:which_children(gen_rpc_acceptor_sup),
ok.
Expand Down

0 comments on commit 211b53f

Please sign in to comment.