diff --git a/hooks/pg_gw_utils.py b/hooks/pg_gw_utils.py index 48c1571..fb501e0 100644 --- a/hooks/pg_gw_utils.py +++ b/hooks/pg_gw_utils.py @@ -156,7 +156,7 @@ def restart_pg(): raise ValueError("plumgrid service couldn't be started") else: if service_start('libvirt-bin'): - time.sleep(3) + time.sleep(5) if not service_running('plumgrid') \ and not service_start('plumgrid'): raise ValueError("plumgrid service couldn't be started")