summaryrefslogtreecommitdiff
path: root/tests/ls/infloop
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ls/infloop')
-rwxr-xr-xtests/ls/infloop2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ls/infloop b/tests/ls/infloop
index 2ab486db1..b237adc39 100755
--- a/tests/ls/infloop
+++ b/tests/ls/infloop
@@ -36,7 +36,7 @@ cat <<\EOF > exp-err || framework_failure
ls: loop/sub: not listing already-listed directory
EOF
-timeout 1 ls -RL loop >out 2>err
+timeout 10 ls -RL loop >out 2>err
# Ensure that ls exits with status 2 upon detecting a cycle
test $? = 2 || fail=1