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:46:58 +00:00
parent cda68de9b9
commit 8cd3996246
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,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 {