Skip to content

Commit a0bdb87

Browse files
committed
test_modtime: longer delay
1 parent 5ce960d commit a0bdb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TestFileImpure.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function test_touch_modtime(tc)
7878
tc.verifyTrue(stdlib.touch(fn))
7979
t0 = stdlib.get_modtime(fn);
8080

81-
pause(0.4) % empirical to avoid failing >=
81+
pause(1.) % empirical to avoid failing >=. 0.4 failed intermittantly
8282
tc.verifyTrue(stdlib.set_modtime(fn))
8383
t1 = stdlib.get_modtime(fn);
8484

0 commit comments

Comments
 (0)