From 4a1e65a8ba9b44fecd86b9bf88f7b22ff0848289 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 16 Feb 2015 16:05:10 +0000 Subject: [PATCH] Increase time before running service_restarted check to avoid /proc/ errors --- tests/basic_deployment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index 31dd3599..b6dc8e7e 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -193,7 +193,7 @@ class NeutronOVSBasicDeployment(OpenStackAmuletDeployment): self.d.configure('neutron-openvswitch', {'use-syslog': 'True'}) if not u.service_restarted(self.compute_sentry, 'neutron-openvswitch-agent', conf, - pgrep_full=True, sleep_time=20): + pgrep_full=True, sleep_time=60): self.d.configure('neutron-openvswitch', {'use-syslog': 'False'}) msg = ('service neutron-openvswitch-agent did not restart after ' 'config change')