YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger
(cherry picked from commit db4a61dc61
)
This commit is contained in:
parent
22b9a6ce4a
commit
47e1eabf79
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue