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 2020/07/09 23:23:59 UTC

[GitHub] [geode] agingade commented on a change in pull request #5358: GEODE-8326: remove 5 minutes wait to get stack dump

agingade commented on a change in pull request #5358:
URL: https://github.com/apache/geode/pull/5358#discussion_r452541982



##########
File path: geode-core/src/distributedTest/java/org/apache/geode/internal/cache/partitioned/fixed/FixedPartitioningWithTransactionDistributedTest.java
##########
@@ -238,7 +238,7 @@ private void forceClientMetadataUpdate(Region region) {
     ClientMetadataService clientMetadataService =
         ((InternalCache) clientCacheRule.getClientCache()).getClientMetadataService();
     clientMetadataService.scheduleGetPRMetaData((InternalRegion) region, true);
-    await().atMost(5, MINUTES).until(clientMetadataService::isMetadataStable);
+    await().atMost(5, HOURS).until(clientMetadataService::isMetadataStable);

Review comment:
       5 hours is a long time...Will this change going to be merged to develop? Can the debug be tried with local/private build?




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

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