extend wait period for process notification

Change-Id: I99247ebd2d1384930eb5c3d3f01fdab1687570bd
This commit is contained in:
suzhengwei 2023-06-01 20:00:12 +08:00
parent b2f2a58e3c
commit dcb7c0b7e1
1 changed files with 1 additions and 1 deletions

View File

@ -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)