From 8893fda6dd5db6d8b1543228107e6dd423fbc8a6 Mon Sep 17 00:00:00 2001 From: Tomi Juvonen Date: Tue, 20 Feb 2018 08:59:47 +0200 Subject: 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 --- doctor_tests/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg