提交 b9d004da authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 76edf89a
......@@ -114,8 +114,8 @@ public class TestFileSystem extends TestBase {
fo.write(buffer, 0, 10000);
fo.close();
long lastMod = fs.getLastModified(fsBase + "/test");
if (lastMod < time - 999) {
// at most 1 second difference
if (lastMod < time - 1999) {
// at most 2 seconds difference
check(lastMod, time);
}
check(fs.length(fsBase + "/test"), 10000);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论