HDFS-11512. Increase timeout on TestShortCircuitLocalRead#testSkipWithVerifyChecksum. Contributed by Eric Badger.
This commit is contained in:
parent
04a5f5a6dc
commit
79924266f8
|
@ -388,7 +388,7 @@ public class TestShortCircuitLocalRead {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout=10000)
|
@Test(timeout=60000)
|
||||||
public void testSkipWithVerifyChecksum() throws IOException {
|
public void testSkipWithVerifyChecksum() throws IOException {
|
||||||
int size = blockSize;
|
int size = blockSize;
|
||||||
Configuration conf = new Configuration();
|
Configuration conf = new Configuration();
|
||||||
|
|
Loading…
Reference in New Issue