further increased the time to wait before proceeding with the test

This commit is contained in:
Thomas Küstermann
2016-09-20 14:20:07 +02:00
parent 5690570f93
commit 310be0e326
@@ -49,7 +49,7 @@ public class ResourceCacheTest
{
File cachedFile = cacheFile();
TimeUnit.MILLISECONDS.sleep(50);
TimeUnit.MILLISECONDS.sleep(500);
// caching it another time
File sameCachedFile = cacheFile();
@@ -62,7 +62,7 @@ public class ResourceCacheTest
{
cacheFile();
TimeUnit.MILLISECONDS.sleep(50);
TimeUnit.MILLISECONDS.sleep(500);
// caching it another time
File sameCachedFile = cacheFile();