HDFS-9745. TestSecureNNWithQJM#testSecureMode sometimes fails with timeouts. Contributed by Xiao Chen

(cherry picked from commit 126d165efd)
This commit is contained in:
Jason Lowe 2016-08-23 14:51:29 +00:00
parent cdc48c5d5e
commit cec6083055
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,9 @@ Release 2.7.4 - UNRELEASED
HDFS-10763. Open files can leak permanently due to inconsistent
lease update (kihwal)
HDFS-9745. TestSecureNNWithQJM#testSecureMode sometimes fails with
timeouts (Xiao Chen via jlowe)
Release 2.7.3 - UNRELEASED
INCOMPATIBLE CHANGES

View File

@ -76,7 +76,7 @@ public class TestSecureNNWithQJM {
private MiniJournalCluster mjc;
@Rule
public Timeout timeout = new Timeout(30000);
public Timeout timeout = new Timeout(180000);
@BeforeClass
public static void init() throws Exception {