diff --git a/test/test_http_connection.cpp b/test/test_http_connection.cpp index 722c45338..66d1fdedd 100644 --- a/test/test_http_connection.cpp +++ b/test/test_http_connection.cpp @@ -121,7 +121,7 @@ void run_test(std::string const& url, int size, int status, int connected boost::shared_ptr h(new http_connection(ios , res, &::http_handler, true, 1024*1024, &::http_connect_handler)); - h->get(url, seconds(1), 0, &ps, 5, "test/user-agent", boost::none, 0, auth); + h->get(url, seconds(5), 0, &ps, 5, "test/user-agent", boost::none, 0, auth); ios.reset(); error_code e; ios.run(e);