Skip to content

Commit

Permalink
Merge "fup: Increase service_down_time beyond INITIAL_REPORTING_DELAY…
Browse files Browse the repository at this point in the history
… in test"
  • Loading branch information
Zuul authored and openstack-gerrit committed Aug 25, 2021
2 parents fded762 + 5e8267f commit d321554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nova/tests/functional/regressions/test_bug_1938326.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _setup_compute_service(self):
# 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.
Expand Down

0 comments on commit d321554

Please sign in to comment.