From dcb7c0b7e19c5547cb5016fb81f226409234b762 Mon Sep 17 00:00:00 2001 From: suzhengwei Date: Thu, 1 Jun 2023 20:00:12 +0800 Subject: [PATCH] extend wait period for process notification Change-Id: I99247ebd2d1384930eb5c3d3f01fdab1687570bd --- masakari/tests/functional/test_process_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/masakari/tests/functional/test_process_notifications.py b/masakari/tests/functional/test_process_notifications.py index 297a1f71..862a73e0 100644 --- a/masakari/tests/functional/test_process_notifications.py +++ b/masakari/tests/functional/test_process_notifications.py @@ -23,7 +23,7 @@ class NotificationProcessTestCase(base.NotificationTestBase): NOTIFICATION_TYPE = "PROCESS" NOTIFICATION_WAIT_INTERVAL = 1 - NOTIFICATION_WAIT_PERIOD = 120 + NOTIFICATION_WAIT_PERIOD = 600 def setUp(self, ha_api_version="1.0"): super(NotificationProcessTestCase, self).setUp(ha_api_version)