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:50:31 +00:00
parent 180a26d9fb
commit 65a91c8527
1 changed files with 1 additions and 1 deletions

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