Fix timeout problem in test/machi_proxy_flu1_client_test.erl
This commit is contained in:
parent
981b55c070
commit
976a701e0c
1 changed files with 4 additions and 1 deletions
|
@ -105,7 +105,10 @@ api_smoke_test() ->
|
|||
(catch machi_flu1_test:stop_flu_package(RegName))
|
||||
end.
|
||||
|
||||
flu_restart_test() ->
|
||||
flu_restart_test_() ->
|
||||
{timeout, 1*60, fun() -> flu_restart_test2() end}.
|
||||
|
||||
flu_restart_test2() ->
|
||||
RegName = a,
|
||||
Host = "localhost",
|
||||
TcpPort = 57125,
|
||||
|
|
Loading…
Reference in a new issue