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

This commit is contained in:
Zuul 2020-04-15 03:10:15 +00:00 committed by Gerrit Code Review
commit b7e54d0511
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 False
common_utils.wait_until_true(_agent_rescheduled)
common_utils.wait_until_true(_agent_rescheduled, timeout=120)
def _kill_dhcp_agent(self, agent):
for host in self.environment.hosts: