test_suite: speedup bad compares

This commit is contained in:
Frank Liepold 2014-03-04 07:55:52 +01:00 committed by Thomas Schoebel-Theuer
parent 2a2ab520f3
commit 835749b3bd

View File

@ -22,7 +22,7 @@ function marsview_get
lib_vmsg " check_line : ${check_line[*]}" >&2
grep -q "SPLIT BRAIN" $tmp_err && break
[[ "${check_line[*]}" =~ "PrimaryUnreachable" ]] && break
sleep 3
sleep 2
if (( max_rounds-- <= 0 )); then
lib_vmsg " COMPARE BAD" >&2
break