瀏覽代碼

YARN-5752. TestLocalResourcesTrackerImpl#testLocalResourceCache times out (Eric Badger via Varun Saxena)

Varun Saxena 8 年之前
父節點
當前提交
daf9a656b9

+ 2 - 2
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/localizer/TestLocalResourcesTrackerImpl.java

@@ -240,7 +240,7 @@ public class TestLocalResourcesTrackerImpl {
     }
   }
 
-  @Test(timeout = 1000)
+  @Test(timeout = 10000)
   @SuppressWarnings("unchecked")
   public void testLocalResourceCache() {
     String user = "testuser";
@@ -385,7 +385,7 @@ public class TestLocalResourcesTrackerImpl {
     }
   }
 
-  @Test(timeout = 100000)
+  @Test(timeout = 10000)
   @SuppressWarnings("unchecked")
   public void testHierarchicalLocalCacheDirectories() {
     String user = "testuser";