summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/tail-2/pipe-f22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/pipe-f2 b/tests/tail-2/pipe-f2
index c258fee16..3422c23cf 100755
--- a/tests/tail-2/pipe-f2
+++ b/tests/tail-2/pipe-f2
@@ -24,7 +24,7 @@ mkfifo_or_skip_ fifo
echo 1 > fifo &
echo 1 > exp || framework_failure
-timeout 1 tail -f fifo > out
+timeout 10 tail -f fifo > out
test $? = 124 || fail=1
compare out exp || fail=1