DonalEvans commented on a change in pull request #7143:
URL: https://github.com/apache/geode/pull/7143#discussion_r763375771
##########
File path:
geode-core/src/integrationTest/java/org/apache/geode/cache/client/internal/AutoConnectionSourceImplJUnitTest.java
##########
@@ -313,7 +296,7 @@ public void
test_DiscoverLocators_whenOneLocatorWasShutdown() throws Exception {
ArrayList<ServerLocation> locators = new ArrayList<>();
locators.add(new
ServerLocation(InetAddress.getLocalHost().getHostName(), secondPort));
handler.nextLocatorListResponse = new LocatorListResponse(locators,
false);
- Thread.sleep(500);
+ Thread.sleep(1500);
Review comment:
Good call. I figured out what to await for here to allow the test to
pass.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]