Browse Source

YARN-6436. TestSchedulingPolicy#testParseSchedulingPolicy timeout is too low. (Eric Badger via kasha)

Karthik Kambatla 8 years ago
parent
commit
9cc04b4708

+ 0 - 1
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/TestSchedulingPolicy.java

@@ -55,7 +55,6 @@ public class TestSchedulingPolicy {
     conf = new FairSchedulerConfiguration();
     conf = new FairSchedulerConfiguration();
   }
   }
 
 
-  @Test(timeout = 1000)
   public void testParseSchedulingPolicy()
   public void testParseSchedulingPolicy()
       throws AllocationConfigurationException {
       throws AllocationConfigurationException {