Repository: hadoop Updated Branches: refs/heads/branch-2.8 b4d768123 -> 1f2da39d0
HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/1f2da39d Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1f2da39d Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1f2da39d Branch: refs/heads/branch-2.8 Commit: 1f2da39d058f19220244143bc2d3b38584582e2e Parents: b4d7681 Author: Yiqun Lin <[email protected]> Authored: Mon Mar 13 18:22:30 2017 +0800 Committer: Yiqun Lin <[email protected]> Committed: Mon Mar 13 18:29:57 2017 +0800 ---------------------------------------------------------------------- .../apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/1f2da39d/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/shortcircuit/TestShortCircuitLocalRead.java ---------------------------------------------------------------------- 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 69eeb9f..93486c0 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 class TestShortCircuitLocalRead { } } - @Test(timeout=10000) + @Test(timeout=60000) public void testSkipWithVerifyChecksum() throws IOException { int size = blockSize; Configuration conf = new Configuration(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
