Browse Source

YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger
(cherry picked from commit db4a61dc617954cf448a0d44cb4ac79f2abf9db3)

Jason Lowe 8 years ago
parent
commit
47e1eabf79

+ 3 - 0
hadoop-yarn-project/CHANGES.txt

@@ -32,6 +32,9 @@ Release 2.7.4 - UNRELEASED
     fails Intermittently due to IllegalArgumentException from cleanup
     fails Intermittently due to IllegalArgumentException from cleanup
     (Daniel Templeton via rkanter)
     (Daniel Templeton via rkanter)
 
 
+    YARN-5469. Increase timeout of TestAmFilter.testFilter (Eric Badger via
+    jlowe)
+
 Release 2.7.3 - UNRELEASED
 Release 2.7.3 - UNRELEASED
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-web-proxy/src/test/java/org/apache/hadoop/yarn/server/webproxy/amfilter/TestAmFilter.java

@@ -123,7 +123,7 @@ public class TestAmFilter {
   /**
   /**
    * Test AmIpFilter
    * Test AmIpFilter
    */
    */
-  @Test(timeout = 1000)
+  @Test(timeout = 10000)
   @SuppressWarnings("deprecation")
   @SuppressWarnings("deprecation")
   public void testFilter() throws Exception {
   public void testFilter() throws Exception {
     Map<String, String> params = new HashMap<String, String>();
     Map<String, String> params = new HashMap<String, String>();