Skip to content

Commit bac0e74

Browse files
committed
bug httpclient: fix HttpClient.UsingResolverWithIpv6Addrs flapping test
commit_hash:6c97a809a0404fa1dff8d5fcbf34ad8ee40da18a
1 parent e6d8e57 commit bac0e74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/clients/http/client_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ UTEST(HttpClient, UsingResolverWithIpv6Addrs) {
13361336
.retry(1)
13371337
.verify(true)
13381338
.http_version(USERVER_NAMESPACE::http::HttpVersion::k11)
1339-
.timeout(kSmallTimeout);
1339+
.timeout(kTimeout);
13401340

13411341
auto res = request.perform();
13421342
EXPECT_EQ(res->body(), kTestData);

0 commit comments

Comments
 (0)