From 5048adc29b31864a0a4de5fe3e94602e9d831cfc Mon Sep 17 00:00:00 2001 From: Carlos Goncalves Date: Thu, 28 Jul 2016 16:47:02 +0200 Subject: Increase sleep time before re-checking host status JIRA: DOCTOR-63 Change-Id: I4bc932dac22aca746489910bccb87f6571e3200b Signed-off-by: Carlos Goncalves --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.sh b/tests/run.sh index baef112b..d693a7ce 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -314,7 +314,7 @@ start_consumer sleep 60 echo "injecting host failure..." inject_failure -sleep 10 +sleep 60 check_host_status "DOWN" calculate_notification_time -- cgit 1.2.3-korg