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