Updated timeout for plumgrid service

This commit is contained in:
Junaid Ali 2016-06-13 18:10:20 +05:00
parent 80c3b2e24b
commit 4289fdce30
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ def restart_pg():
'''
stop_pg()
service_start('plumgrid')
time.sleep(3)
time.sleep(8)
if not service_running('plumgrid'):
if service_running('libvirt-bin'):
raise ValueError("plumgrid service couldn't be started")