Skip to content

Commit a9deb88

Browse files
committed
increase time wait to 15s
1 parent ccf19c7 commit a9deb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/upgrade/TestScmDataDistributionFinalization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public void testFinalizationNonEmptyClusterDataDistribution() throws Exception {
365365

366366
// wait for block deletion transactions to be confirmed by DN
367367
GenericTestUtils.waitFor(
368-
() -> statusManager.getTransactionSummary().getTotalTransactionCount() == 0, 100, 10000);
368+
() -> statusManager.getTransactionSummary().getTotalTransactionCount() == 0, 100, 15000);
369369
}
370370

371371
private Map<Long, List<DeletedBlock>> generateDeletedBlocks(int dataSize, boolean withSize) {

0 commit comments

Comments
 (0)