test: Enable and fix up some more tests
An unstable engine probably masked some of these issues.
This commit is contained in:
@@ -20,7 +20,7 @@ pid=$!
|
||||
trap 'pkill -9 mgmt' EXIT
|
||||
|
||||
# give mgmt a little time to startup
|
||||
sleep 10
|
||||
sleep 10s
|
||||
|
||||
# mgmt configured for ipv6 only should not listen on any IPv4 ports
|
||||
lsof -Pn -p "$pid" -a -i | grep '127.0.0.1' && false
|
||||
|
||||
Reference in New Issue
Block a user