kirklund commented on a change in pull request #7143:
URL: https://github.com/apache/geode/pull/7143#discussion_r763238164



##########
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:
       I think we should try to replace this sleep with a use of await. What 
background activity is happening during the call to sleep?




-- 
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]


Reply via email to