Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgprudhomme committed Oct 19, 2024
1 parent adc8e30 commit ade880a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ public void testJoinWhenMemberClosedInBetween() throws InterruptedException {
//Should not throw java.lang.IllegalStateException: Node failed to start!
Hazelcast.newHazelcastInstance(config);

for (int i = 0; i < numThreads; i++) {
for (int i = 0; i < count; i++) {
threads[i].join();
}
}
Expand Down

0 comments on commit ade880a

Please sign in to comment.