From 840da8a7c684ee3cf89394435185a978a910b026 Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Wed, 29 Oct 2014 14:32:01 +0000 Subject: maint: tests: fix comments about retry_delay_ * tests/tail-2/F-vs-missing.sh: Comment with the correct total delay. * tests/tail-2/F-vs-rename.shi: Likewise. * tests/tail-2/flush-initial.sh: Likewise. * tests/tail-2/inotify-hash-abuse.sh: Likewise. * tests/tail-2/pipe-f2.sh: Likewise. * tests/misc/chroot-fail.sh: Initialize can_chroot_root in all cases. --- tests/tail-2/pipe-f2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/tail-2/pipe-f2.sh') 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 -- cgit v1.2.3-54-g00ecf