Skip to content

Commit

Permalink
GEODE-2497 removing spots
Browse files Browse the repository at this point in the history
  • Loading branch information
bschuchardt committed Feb 22, 2017
1 parent 3474fa7 commit 8065b67
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ public void testSurpriseMemberHandling() throws Exception {
MembershipManagerHelper.addSurpriseMember(sys, mbr, birthTime);
assertTrue("Member was not a surprise member", mgr.isSurpriseMember(mbr));

// if (birthTime < (System.currentTimeMillis() - timeout)) {
// return; // machine is too busy and we didn't get enough CPU to perform more assertions
// }
// if (birthTime < (System.currentTimeMillis() - timeout)) {
// return; // machine is too busy and we didn't get enough CPU to perform more assertions
// }

Awaitility.await("waiting for member to be removed")
.atMost((timeout / 3) + gracePeriod, TimeUnit.MILLISECONDS)
Expand Down

0 comments on commit 8065b67

Please sign in to comment.