Skip to content

Commit 5bc9ca9

Browse files
committed
HDFS-17812. Ping CI again
1 parent 7c432ab commit 5bc9ca9

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/TestBlockScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ public void testNextBlock() throws Exception {
11341134
public void delayDeleteReplica() {
11351135
while (true) {
11361136
try {
1137-
Thread.sleep(1000);
1137+
Thread.sleep(2000);
11381138
} catch (InterruptedException e) {
11391139
throw new RuntimeException(e);
11401140
}

0 commit comments

Comments
 (0)