DonalEvans commented on a change in pull request #6042:
URL: https://github.com/apache/geode/pull/6042#discussion_r580706365
##########
File path:
geode-core/src/distributedTest/java/org/apache/geode/internal/cache/versions/TombstoneDUnitTest.java
##########
@@ -61,6 +61,7 @@
private static Cache cache;
private static Region<String, String> region;
final String REGION_NAME = "TestRegion";
+ final int EXPIRY_TIME=600000;
Review comment:
I think it would be better to directly reference the default tombstone
timeout using `REPLICATE_TOMBSTONE_TIMEOUT_DEFAULT` since if it changes, then
this value will no longer be correct.
----------------------------------------------------------------
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:
[email protected]