copy_admin_key={env:COPY_ADMIN_KEY:False} \
"
- # wait 2 minutes for services to be ready
- sleep 120
+ # wait 30sec for services to be ready
+ sleep 30
# 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
ansible-playbook -vv -i {changedir}/hosts {toxinidir}/tests/functional/reboot.yml
- # wait 2 minutes for services to be ready
- sleep 120
+ # wait 30sec for services to be ready
+ sleep 30
# 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