From 976a701e0c445cf3e97fc20ce5d54795a3f7c025 Mon Sep 17 00:00:00 2001 From: Scott Lystig Fritchie Date: Wed, 21 Oct 2015 14:31:58 +0900 Subject: [PATCH] Fix timeout problem in test/machi_proxy_flu1_client_test.erl --- test/machi_proxy_flu1_client_test.erl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/machi_proxy_flu1_client_test.erl b/test/machi_proxy_flu1_client_test.erl index 324d3b4..63fab07 100644 --- a/test/machi_proxy_flu1_client_test.erl +++ b/test/machi_proxy_flu1_client_test.erl @@ -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,