Increased the slop in memfs_test.

geesefs-0-30-9
Aaron Jacobs 2015-08-12 02:34:02 +00:00
parent 89495b2e04
commit 2e6836708e
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func TestMemFS(t *testing.T) { RunTests(t) }
// The radius we use for "expect mtime is within"-style assertions. We can't
// share a synchronized clock with the ultimate source of mtimes because with
// writeback caching enabled the kernel manufactures them based on wall time.
const timeSlop = 5 * time.Millisecond
const timeSlop = 25 * time.Millisecond
////////////////////////////////////////////////////////////////////////
// Helpers