We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671595f commit 9e9f2acCopy full SHA for 9e9f2ac
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDecommission.java
@@ -1911,7 +1911,7 @@ private void createClusterWithDeadNodesDecommissionInProgress(final int numLiveN
1911
under-replicated block can be replicated to sufficient datanodes & the decommissioning
1912
node can be decommissioned.
1913
*/
1914
- @Test(timeout = 60000)
+ @Test(timeout = 360000)
1915
public void testDeleteCorruptReplicaForUnderReplicatedBlock() throws Exception {
1916
// Constants
1917
final Path file = new Path("/test-file");
0 commit comments