Skip to content

Commit 415289e

Browse files
committed
TestDataNodeVolumeFailureReporting timeout.
1 parent 0d0cd51 commit 415289e

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/server/datanode/TestDataNodeVolumeFailureReporting.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class TestDataNodeVolumeFailureReporting {
9090

9191
// specific the timeout for entire test class
9292
@Rule
93-
public Timeout timeout = new Timeout(120 * 1000);
93+
public Timeout timeout = new Timeout(300 * 1000);
9494

9595
@Before
9696
public void setUp() throws Exception {

0 commit comments

Comments
 (0)