HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger.

This commit is contained in:
Yiqun Lin 2017-03-13 18:22:30 +08:00
parent 04a5f5a6dc
commit 79924266f8
1 changed files with 1 additions and 1 deletions

View File

@ -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();