|
@@ -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";
|