You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/12/06 20:44:41 UTC

[GitHub] [geode] DonalEvans commented on a change in pull request #7143: GEODE-9808: Throw appropriate exception in AutoConnectionSourceImpl

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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org