HDFS-11404. Increase timeout on TestShortCircuitLocalRead.testDeprecatedGetBlockLocalPathInfoRpc. Contributed by Eric Badger

(cherry picked from commit a07ddef101)
This commit is contained in:
Eric Payne 2017-02-21 12:04:25 -06:00
parent 2b3e8b75c4
commit 10d54eb978
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ public DistributedFileSystem run() throws Exception {
});
}
@Test(timeout=10000)
@Test(timeout=60000)
public void testDeprecatedGetBlockLocalPathInfoRpc() throws IOException {
final Configuration conf = new Configuration();
MiniDFSCluster cluster = new MiniDFSCluster.Builder(conf).numDataNodes(1)