guluo2016 commented on code in PR #8420:
URL: https://github.com/apache/hbase/pull/8420#discussion_r3482568879
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/client/CloneSnapshotFromClientAfterSplittingRegionWithLinksTestBase.java:
##########
@@ -121,12 +121,13 @@ public void
testClonedTableWithLinksSurvivesSourceDeletion() throws Exception {
// so the snapshot contains only HFileLinks and no Reference files.
int numRegions = admin.getRegions(tableName).size();
admin.split(tableName, SPLIT_KEY);
- await().atMost(Duration.ofSeconds(60)).untilAsserted(
+ await().atMost(Duration.ofSeconds(30)).untilAsserted(
Review Comment:
Why was this changed from 60 to 30?
--
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]