Skip to content

Commit

Permalink
Fixing FSHealthy tests (opensearch-project#12366)
Browse files Browse the repository at this point in the history
Signed-off-by: RS146BIJAY <rishavsagar4b1@gmail.com>
  • Loading branch information
RS146BIJAY committed Feb 19, 2024
1 parent 75d64e2 commit f5e1c4a
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 f5e1c4a

Please sign in to comment.