From: Tomi Juvonen Date: Tue, 20 Feb 2018 06:59:47 +0000 (+0200) Subject: At least APEX will not work with Fraser if we do not wait 120 sec for AODH X-Git-Tag: opnfv-6.0.0~13 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=8893fda6dd5db6d8b1543228107e6dd423fbc8a6 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 --- 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