Add more acceptable quorum delay during testing

Loaded VMs can see a few more seconds delay.

Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
Zach Brown
2023-06-16 09:38:58 -07:00
parent 05371b83f0
commit 89b238a5c4

View File

@@ -77,7 +77,7 @@ test_timeout()
# make sure the new leader delay was reasonable, allowing for some slack
low=$((to - 1000))
high=$((to + 3000))
high=$((to + 5000))
# make sure the new leader delay was reasonable
test "$delay" -lt "$low" && t_fail "delay $delay < low $low (to $to)"