فهرست منبع

HDFS-9744. TestDirectoryScanner#testThrottling occasionally time out after 300 seconds. Contributed by Lin Yiqun.

Walter Su 9 سال پیش
والد
کامیت
90d1af1416

+ 1 - 1
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestDirectoryScanner.java

@@ -560,7 +560,7 @@ public class TestDirectoryScanner {
    *
    * @throws Exception thrown on unexpected failure
    */
-  @Test (timeout=300000)
+  @Test (timeout=600000)
   public void testThrottling() throws Exception {
     Configuration conf = new Configuration(CONF);