summaryrefslogtreecommitdiff
path: root/tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test
diff options
context:
space:
mode:
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>2011-11-14 20:33:29 +0000
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>2011-11-14 20:33:29 +0000
commit3dc001c68356de2e89dbfe4b6dbecd5f51dc0006 (patch)
tree921b13909632931eead793259c536559ed61ac62 /tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test
parent3cb3fec04a5f2d1fb23dcad56dce209b2204e2eb (diff)
downloadshadow-3dc001c68356de2e89dbfe4b6dbecd5f51dc0006.tar.gz
Relax timeout checks.
Diffstat (limited to 'tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test')
-rwxr-xr-xtests/log/faillog/40_faillog-l-a-u_range_open/faillog.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test b/tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test
index 92180edb..3f25fc5b 100755
--- a/tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test
+++ b/tests/log/faillog/40_faillog-l-a-u_range_open/faillog.test
@@ -58,8 +58,8 @@ echo -n "Check the list of users with failures..."
cut -c-28 tmp/faillog.out > tmp/faillog.list
diff -au data/faillog.list tmp/faillog.list
echo "OK"
-echo "There should be 6 or 7 secondes remaining for baz..."
-grep "^baz .* \[[67]s left\]$" tmp/faillog.out
+echo "There should be between 6 and 8 secondes remaining for baz..."
+grep "^baz .* \[[6-8]s left\]$" tmp/faillog.out
echo "OK"
echo "There should be between 2 and 4 secondes remaining for bar..."
grep "^bar .* \[[2-4]s left\]$" tmp/faillog.out