HDFS-11404. Increase timeout on TestShortCircuitLocalRead.testDeprecatedGetBlockLocalPathInfoRpc. Contributed by Eric Badger
This commit is contained in:
parent
4804050630
commit
a07ddef101
|
@ -353,7 +353,7 @@ public class TestShortCircuitLocalRead {
|
|||
});
|
||||
}
|
||||
|
||||
@Test(timeout=10000)
|
||||
@Test(timeout=60000)
|
||||
public void testDeprecatedGetBlockLocalPathInfoRpc() throws IOException {
|
||||
final Configuration conf = new Configuration();
|
||||
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf).numDataNodes(1)
|
||||
|
|
Loading…
Reference in New Issue