YARN-6436. TestSchedulingPolicy#testParseSchedulingPolicy timeout is too low. (Eric Badger via kasha)
This commit is contained in:
parent
3fdae0a2b6
commit
9cc04b4708
|
@ -55,7 +55,6 @@ public class TestSchedulingPolicy {
|
|||
conf = new FairSchedulerConfiguration();
|
||||
}
|
||||
|
||||
@Test(timeout = 1000)
|
||||
public void testParseSchedulingPolicy()
|
||||
throws AllocationConfigurationException {
|
||||
|
||||
|
|
Loading…
Reference in New Issue