Skip to content

Commit

Permalink
GEODE-1150 increased wait to join locator to cluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitesh Khamesra committed Mar 31, 2016
1 parent 295db7b commit dd19d8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ public String description() {
return null;
}
};
Wait.waitForCriterion(waitCriterion, 10 * 1000, 200, true);
Wait.waitForCriterion(waitCriterion, 15 * 1000, 200, true);

int netviewId = vm1.invoke(() -> GMSJoinLeaveTestHelper.getViewId());
assertEquals(netviewId, (int) vm2.invoke(() -> GMSJoinLeaveTestHelper.getViewId()));
Expand Down

0 comments on commit dd19d8c

Please sign in to comment.