From 4289fdce30b98e49e588dcac1aad2bd9c7d68cda Mon Sep 17 00:00:00 2001 From: Junaid Ali Date: Mon, 13 Jun 2016 18:10:20 +0500 Subject: [PATCH] Updated timeout for plumgrid service --- hooks/pg_dir_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pg_dir_utils.py b/hooks/pg_dir_utils.py index a9ba277..14d8bbe 100644 --- a/hooks/pg_dir_utils.py +++ b/hooks/pg_dir_utils.py @@ -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")