mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
tests: Decrease the various sleeps
This commit is contained in:
parent
dfd5885e37
commit
f00a8c231b
3 changed files with 5 additions and 5 deletions
|
@ -2907,7 +2907,7 @@ fn test_copy_through_dangling_symlink_no_dereference_permissions() {
|
|||
// target name link name
|
||||
at.symlink_file("no-such-file", "dangle");
|
||||
// to check if access time and modification time didn't change
|
||||
sleep(Duration::from_millis(5000));
|
||||
sleep(Duration::from_millis(100));
|
||||
// don't dereference the link
|
||||
// | copy permissions, too
|
||||
// | | from the link
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue