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 5ae8b82f37
commit f57a26378e
1 changed files with 1 additions and 1 deletions

View File

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