YARN-5752. TestLocalResourcesTrackerImpl#testLocalResourceCache times out (Eric Badger via Varun Saxena)
This commit is contained in:
parent
53ed19efec
commit
daf9a656b9
|
@ -240,7 +240,7 @@ public class TestLocalResourcesTrackerImpl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout = 1000)
|
@Test(timeout = 10000)
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public void testLocalResourceCache() {
|
public void testLocalResourceCache() {
|
||||||
String user = "testuser";
|
String user = "testuser";
|
||||||
|
@ -385,7 +385,7 @@ public class TestLocalResourcesTrackerImpl {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout = 100000)
|
@Test(timeout = 10000)
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
public void testHierarchicalLocalCacheDirectories() {
|
public void testHierarchicalLocalCacheDirectories() {
|
||||||
String user = "testuser";
|
String user = "testuser";
|
||||||
|
|
Loading…
Reference in New Issue