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