Yusuke Endoh 2024-06-20 12:09:38 +09:00
Родитель 185a6c991e
Коммит 47364c147d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -375,7 +375,7 @@ class TestFile < Test::Unit::TestCase
sleep 2
File.read(path)
delta = 1
delta = EnvUtil.apply_timeout_scale(1)
stat = File.stat(path)
assert_in_delta tb, stat.birthtime.to_f, delta
assert_in_delta t0+2, stat.mtime.to_f, delta