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

(cherry picked from commit db4a61dc61)
This commit is contained in:
Jason Lowe 2016-08-03 19:55:59 +00:00
parent 22b9a6ce4a
commit 47e1eabf79
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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>();