Skip to content

Commit 6ecebc7

Browse files
author
slfan1989
committed
YARN-11320. Fix Flask Test.
1 parent be3dc20 commit 6ecebc7

File tree

1 file changed

+1
-1
lines changed
  • hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery

1 file changed

+1
-1
lines changed

hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/recovery/TestFSRMStateStore.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public boolean attemptExists(RMAppAttempt attempt) throws IOException {
172172
}
173173
}
174174

175-
@Test(timeout = 60000)
175+
@Test(timeout = 120000)
176176
public void testFSRMStateStore() throws Exception {
177177
HdfsConfiguration conf = new HdfsConfiguration();
178178
MiniDFSCluster cluster =

0 commit comments

Comments
 (0)