Skip to content

Commit

Permalink
HDDS-11005. Intermittent failure in TestEndPoint#testRegisterRpcTimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskriya committed Jun 12, 2024
1 parent f33f2fb commit 532bd64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -473,8 +473,8 @@ public void testRegisterNoContainerID() throws Exception {
@Test
public void testRegisterRpcTimeout() throws Exception {
final long rpcTimeout = 1000;
final long tolerance = 200;
scmServerImpl.setRpcResponseDelay(1500);
final long tolerance = 900;
scmServerImpl.setRpcResponseDelay(2500);
long start = Time.monotonicNow();
registerTaskHelper(serverAddress, 1000, false).close();
long end = Time.monotonicNow();
Expand Down

0 comments on commit 532bd64

Please sign in to comment.