diff --git a/test/transport/integration.cpp b/test/transport/integration.cpp index 05ba672c81..d8ebcce331 100644 --- a/test/transport/integration.cpp +++ b/test/transport/integration.cpp @@ -496,5 +496,5 @@ BOOST_AUTO_TEST_CASE( client_is_perpetual ) { BOOST_AUTO_TEST_CASE( client_failed_connection ) { client c; - run_time_limited_client(c,"http://localhost:9005", 5, true); + run_time_limited_client(c,"http://localhost:9005", 5, false); } \ No newline at end of file