Skip to content

Commit 4484d80

Browse files
committed
IGNITE-26965 Fixed flaky ReliabilityTest#testFailover test.
1 parent 693e2fe commit 4484d80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/core/src/test/java/org/apache/ignite/client/ReliabilityTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,8 @@ private void waitRebalanceFinished() throws IgniteInterruptedCheckedException, I
770770
));
771771
}
772772
}
773+
774+
U.sleep(5000);
773775
}
774776

775777
/** {@inheritDoc} */

0 commit comments

Comments
 (0)