Commit 2e683670 authored by Aaron Jacobs's avatar Aaron Jacobs

Increased the slop in memfs_test.

parent 89495b2e
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment