Skip to content

Commit

Permalink
Use a lower ratio for CI for timeout test
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 15, 2023
1 parent 3cc78d4 commit 2349b9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void testConnectTimeoutDoesFire() throws Exception {
@Test
public void testConnectTimeoutDoesNotFire() throws Exception {
int timeout = 3000;
int ratio = 80;
int ratio = 50;
server.requestHandler(req -> {
req.response().end();
});
Expand Down

0 comments on commit 2349b9a

Please sign in to comment.