diff options
author | Tomi Juvonen <tomi.juvonen@nokia.com> | 2018-02-20 08:59:47 +0200 |
---|---|---|
committer | Tomi Juvonen <tomi.juvonen@nokia.com> | 2018-02-20 09:01:44 +0200 |
commit | 8893fda6dd5db6d8b1543228107e6dd423fbc8a6 (patch) | |
tree | 56f18033fe58ed8fb0a5eeae35cae4e8b01e1fbf /doctor_tests | |
parent | 0974556b87007373dfbfa3efa0c7659b5ce88abe (diff) |
At least APEX will not work with Fraser if we do not wait 120 sec for AODH
Change-Id: I4e3e510f51258e892b467f819951bd1a98625f90
Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
Diffstat (limited to 'doctor_tests')
-rw-r--r-- | doctor_tests/main.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doctor_tests/main.py b/doctor_tests/main.py index efbd8c6e..8051ad6e 100644 --- a/doctor_tests/main.py +++ b/doctor_tests/main.py @@ -102,7 +102,8 @@ class DoctorTest(object): # wait for aodh alarms are updated in caches for event evaluator, # sleep time should be larger than event_alarm_cache_ttl # (default 60) - time.sleep(60) + # (tojuvone) Fraser currently needs 120 + time.sleep(120) # injecting host failure... # NOTE (umar) add INTERFACE_NAME logic to host injection |