upped sleep to 30 seconds

This commit is contained in:
2023-07-26 16:58:05 -04:00
parent 7a2b4d52c9
commit f868336a8b

View File

@@ -507,7 +507,7 @@ if __name__ == '__main__':
if response['ok']:
logger.info('Successfully set jail storage pool to {}'.format(jail_storage_pool))
logger.debug("Sleeping for 15 seconds")
time.sleep(15)
time.sleep(30)
# restart the jails service
#jails_service_name = 'jails'
#logger.debug('Restarting the {} service'.format(jails_service_name))