We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc78d4 commit 2349b9aCopy full SHA for 2349b9a
src/test/java/io/vertx/core/http/HttpClientTimeoutTest.java
@@ -60,7 +60,7 @@ public void testConnectTimeoutDoesFire() throws Exception {
60
@Test
61
public void testConnectTimeoutDoesNotFire() throws Exception {
62
int timeout = 3000;
63
- int ratio = 80;
+ int ratio = 50;
64
server.requestHandler(req -> {
65
req.response().end();
66
});
0 commit comments