aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/mount/mount03.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/mount/mount03.c')
-rw-r--r--testcases/kernel/syscalls/mount/mount03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/kernel/syscalls/mount/mount03.c b/testcases/kernel/syscalls/mount/mount03.c
index 60f9963da..98d5933b7 100644
--- a/testcases/kernel/syscalls/mount/mount03.c
+++ b/testcases/kernel/syscalls/mount/mount03.c
@@ -122,7 +122,7 @@ static void test_file_dir_noatime(int update_fatime, int update_datime)
SAFE_CLOSEDIR(test_dir);
dir_atime = dir_st.st_atime;
- sleep(1);
+ usleep(1001000);
SAFE_READ(0, otfd, readbuf, sizeof(readbuf));
SAFE_FSTAT(otfd, &st);