Signed-off-by: Sébastien Han <seb@redhat.com>
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/setup.yml
- # wait 5 minutes for services to be ready
- sleep 300
+ # wait 2 minutes for services to be ready
+ sleep 120
# test cluster state using ceph-ansible tests
testinfra -n 8 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {toxinidir}/tests/functional/tests
# reboot all vms
vagrant reload --no-provision
- # wait 5 minutes for services to be ready
- sleep 300
+ # wait 2 minutes for services to be ready
+ sleep 120
# retest to ensure cluster came back up correctly after rebooting
testinfra -n 8 --sudo -v --connection=ansible --ansible-inventory={changedir}/hosts {toxinidir}/tests/functional/tests