We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce960d commit a0bdb87Copy full SHA for a0bdb87
test/TestFileImpure.m
@@ -78,7 +78,7 @@ function test_touch_modtime(tc)
78
tc.verifyTrue(stdlib.touch(fn))
79
t0 = stdlib.get_modtime(fn);
80
81
-pause(0.4) % empirical to avoid failing >=
+pause(1.) % empirical to avoid failing >=. 0.4 failed intermittantly
82
tc.verifyTrue(stdlib.set_modtime(fn))
83
t1 = stdlib.get_modtime(fn);
84
0 commit comments