mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-10 13:47:27 +00:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user