We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c328c70 commit 5583fbbCopy full SHA for 5583fbb
Release/tests/functional/http/client/connections_and_errors.cpp
@@ -156,7 +156,7 @@ SUITE(connections_and_errors)
156
test_http_server::scoped_server scoped(m_uri);
157
t = scoped.server()->next_request();
158
http_client_config config;
159
- config.set_timeout(std::chrono::microseconds(500));
+ config.set_timeout(std::chrono::microseconds(900));
160
161
http_client client(m_uri, config);
162
auto responseTask = client.request(methods::GET);
0 commit comments