Skip to content

Commit 9e9f2ac

Browse files
committed
testDeleteCorruptReplicaForUnderReplicatedBlock timeout increase 360000
1 parent 671595f commit 9e9f2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDecommission.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1911,7 +1911,7 @@ private void createClusterWithDeadNodesDecommissionInProgress(final int numLiveN
19111911
under-replicated block can be replicated to sufficient datanodes & the decommissioning
19121912
node can be decommissioned.
19131913
*/
1914-
@Test(timeout = 60000)
1914+
@Test(timeout = 360000)
19151915
public void testDeleteCorruptReplicaForUnderReplicatedBlock() throws Exception {
19161916
// Constants
19171917
final Path file = new Path("/test-file");

0 commit comments

Comments
 (0)