HDFS-9745. TestSecureNNWithQJM#testSecureMode sometimes fails with timeouts. Contributed by Xiao Chen
(cherry picked from commit 126d165efd
)
This commit is contained in:
parent
cda68de9b9
commit
8cd3996246
|
@ -79,7 +79,7 @@ public class TestSecureNNWithQJM {
|
||||||
private MiniJournalCluster mjc;
|
private MiniJournalCluster mjc;
|
||||||
|
|
||||||
@Rule
|
@Rule
|
||||||
public Timeout timeout = new Timeout(30000);
|
public Timeout timeout = new Timeout(180000);
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void init() throws Exception {
|
public static void init() throws Exception {
|
||||||
|
|
Loading…
Reference in New Issue