From 71b4e2d748b7d4c314b6b39c86a501e00e5f1606 Mon Sep 17 00:00:00 2001 From: dtrishkin Date: Tue, 10 Nov 2015 21:05:36 +0300 Subject: [PATCH] Increase sleep time before check fake notification Closes-Bug: #1515233 Change-Id: Ie90df6cf72751e65d6a35daeeab8344615817166 --- tests/runtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index d4f83e9..ae4b2a5 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -138,7 +138,7 @@ case $package in check_running ceilometer-collector check_running ceilometer-agent-notification send_fake_notification - sleep 2 + sleep 10 check_fake_notification killall -15 ceilometer-collector ceilometer-agent-notification -- 2.32.3