Signed-off-by: Sage Weil <sage@redhat.com>
# kill the mon and verify it cannot be reached
#
kill_daemon $pidfile TERM || return 1
- ! timeout 60 ceph --connect-timeout 60 status || return 1
+ ! timeout 5 ceph status || return 1
done
teardown $dir || return 1
# kill the mon and verify it cannot be reached
#
kill_daemons $dir TERM || return 1
- ! timeout 60 ceph --connect-timeout 60 status || return 1
+ ! timeout 5 ceph status || return 1
teardown $dir || return 1
}