YARN-5469. Increase timeout of TestAmFilter.testFilter. Contributed by Eric Badger
This commit is contained in:
parent
f4ba5ff1d7
commit
db4a61dc61
@ -123,7 +123,7 @@ public void doFilter(ServletRequest servletRequest,
|
||||
/**
|
||||
* 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
Block a user