tests/carp: make sleep interval in the wait loop smaller

Makes tests to finish slightly faster.
This commit is contained in:
Gleb Smirnoff
2025-12-04 10:40:34 -08:00
parent 2ace05b65a
commit e353cbffd6
+1 -1
View File
@@ -43,7 +43,7 @@ wait_for_carp()
while [ -z "$(is_master ${jail1} ${itf1})" ] &&
[ -z "$(is_master ${jail2} ${itf2})" ]; do
sleep 1
sleep 0.1
done
if [ -n "$(is_master ${jail1} ${itf1})" ] &&