diff --git a/t/t4011-diff-symlink.sh b/t/t4011-diff-symlink.sh index e3ebf382e3..379a831f0b 100755 --- a/t/t4011-diff-symlink.sh +++ b/t/t4011-diff-symlink.sh @@ -58,7 +58,7 @@ EOF test_expect_success \ 'diff identical, but newly created symlink' \ - 'sleep 1 && + 'sleep 3 && ln -s xyzzy frotz && git-diff-index -M -p $tree > current && compare_diff_patch current expected'