Explorar el Código

YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger

Jason Lowe hace 8 años
padre
commit
db4a61dc61

+ 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(timeout = 1000)
+  @Test(timeout = 10000)
   @SuppressWarnings("deprecation")
   public void testFilter() throws Exception {
     Map<String, String> params = new HashMap<String, String>();