Merge "fup: Increase service_down_time beyond INITIAL_REPORTING_DELAY in test"

This commit is contained in:
Zuul 2021-08-25 02:25:51 +00:00 committed by Gerrit Code Review
commit d321554283

View File

@ -35,7 +35,7 @@ class TestMigrateFromDownHost(integrated_helpers._IntegratedTestBase):
# We want the service to be marked down in a reasonable time while
# ensuring we don't accidentally mark services as down prematurely
self.flags(report_interval=1)
self.flags(service_down_time=5)
self.flags(service_down_time=6)
# Use two compute services to make it easier to assert the call from
# the dest to the src, we could also test this for same host resize.