From 79924266f8f68e5e7c873e6b12e3b3acfcd708da Mon Sep 17 00:00:00 2001 From: Yiqun Lin Date: Mon, 13 Mar 2017 18:22:30 +0800 Subject: [PATCH] HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger. --- .../hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java index 55e97958791..f2ee48c6f0a 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java +++ b/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java @@ -388,7 +388,7 @@ public void testDeprecatedGetBlockLocalPathInfoRpc() throws IOException { } } - @Test(timeout=10000) + @Test(timeout=60000) public void testSkipWithVerifyChecksum() throws IOException { int size = blockSize; Configuration conf = new Configuration();