Skip to content

Commit 2349b9a

Browse files
committed
Use a lower ratio for CI for timeout test
1 parent 3cc78d4 commit 2349b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/vertx/core/http/HttpClientTimeoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void testConnectTimeoutDoesFire() throws Exception {
6060
@Test
6161
public void testConnectTimeoutDoesNotFire() throws Exception {
6262
int timeout = 3000;
63-
int ratio = 80;
63+
int ratio = 50;
6464
server.requestHandler(req -> {
6565
req.response().end();
6666
});

0 commit comments

Comments
 (0)