Skip to content

Commit

Permalink
Fixing FSHealthy tests
Browse files Browse the repository at this point in the history
Signed-off-by: RS146BIJAY <[email protected]>
  • Loading branch information
RS146BIJAY committed Feb 18, 2024
1 parent 5d327a2 commit b68772a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public void testLoggingOnHungIO() throws Exception {
}

public void testFailsHealthOnHungIOBeyondHealthyTimeout() throws Exception {
long healthyTimeoutThreshold = randomLongBetween(500, 1000);
long healthyTimeoutThreshold = randomLongBetween(1500, 2000);
long refreshInterval = randomLongBetween(500, 1000);
long slowLogThreshold = randomLongBetween(100, 200);
long delayBetweenChecks = 100;
Expand Down

0 comments on commit b68772a

Please sign in to comment.