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