mhansonp commented on a change in pull request #6985:
URL: https://github.com/apache/geode/pull/6985#discussion_r727588018



##########
File path: 
geode-core/src/upgradeTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
##########
@@ -513,52 +560,67 @@ public void registeredInterestWithFailedReAuth() throws 
Exception {
     clientVM.invoke(() -> {
       
IgnoredException.addIgnoredException(AuthenticationFailedException.class);
       Region<Object, Object> clientRegion = 
ClusterStartupRule.getClientCache().getRegion("region");
-      await().during(2, TimeUnit.SECONDS).untilAsserted(() -> 
assertThat(clientRegion).isEmpty());
+      await().during(10, TimeUnit.SECONDS).untilAsserted(() -> 
assertThat(clientRegion).isEmpty());

Review comment:
       Does this await need to be 10 or can it be the default?




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