浏览代码

HDFS-13927. Addendum: Improve TestDataNodeMultipleRegistrations#testDNWithInvalidStorageWithHA wait. Contributed by Ayush Saxena.

Inigo Goiri 6 年之前
父节点
当前提交
6275b42870

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

@@ -310,7 +310,7 @@ public class TestDataNodeMultipleRegistrations {
           }
           return true;
         }
-      }, 500, 10000);
+      }, 500, 20000);
     } finally {
       cluster.shutdown();
     }