summaryrefslogtreecommitdiff
path: root/tests/tail-2/pipe-f2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/pipe-f2.sh')
-rwxr-xr-xtests/tail-2/pipe-f2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tail-2/pipe-f2.sh b/tests/tail-2/pipe-f2.sh
index 13ccd0b39..471e9763a 100755
--- a/tests/tail-2/pipe-f2.sh
+++ b/tests/tail-2/pipe-f2.sh
@@ -32,7 +32,7 @@ check_tail_output()
test -s out || { sleep $n_sec; return 1; }
}
-# Wait 6.3s for tail to write something.
+# Wait 12.7s for tail to write something.
retry_delay_ check_tail_output .1 7 || fail=1
compare exp out || fail=1