Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fup: Increase service_down_time beyond INITIAL_REPORTING_DELAY in test
With service_down_time set to 5 seconds we could easily race the initial report from the service that is controlled by nova.servicegroup.api.INITIAL_REPORTING_DELAY which also defaults to 5 seconds. This change simply increases service_down_time to 6 seconds to avoid this race, ensuring disabled but alive computes are able to initially report in and continue to be marked as up by the servicegroup API. Closes-Bug: #1940741 Change-Id: I61fded6f513c18dbd0248ed54fc58a318dc05416
- Loading branch information