Skip to content

Commit

Permalink
Fixing FSHealthy tests (#12366) (#12374)
Browse files Browse the repository at this point in the history
(cherry picked from commit f5e1c4a)

Signed-off-by: RS146BIJAY <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 9d9c1ca commit 4731efc
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 4731efc

Please sign in to comment.