Merge "Increase waiting time for network rescheduling" into stable/rocky

This commit is contained in:
Zuul 2020-04-16 05:46:50 +00:00 committed by Gerrit Code Review
commit 962d890b35
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class TestDhcpAgentHA(BaseDhcpAgentTest):
return network_agents[0]['id'] != old_agent['id'] return network_agents[0]['id'] != old_agent['id']
return False return False
common_utils.wait_until_true(_agent_rescheduled) common_utils.wait_until_true(_agent_rescheduled, timeout=120)
def _kill_dhcp_agent(self, agent): def _kill_dhcp_agent(self, agent):
for host in self.environment.hosts: for host in self.environment.hosts: