Merge "Increase timeout when waiting for dnsmasq enablement" into stable/train
This commit is contained in:
commit
34b5e08739
@ -214,7 +214,7 @@ class DhcpLocalProcess(DhcpBase):
|
|||||||
def enable(self):
|
def enable(self):
|
||||||
"""Enables DHCP for this network by spawning a local process."""
|
"""Enables DHCP for this network by spawning a local process."""
|
||||||
try:
|
try:
|
||||||
common_utils.wait_until_true(self._enable)
|
common_utils.wait_until_true(self._enable, timeout=300)
|
||||||
except common_utils.WaitTimeout:
|
except common_utils.WaitTimeout:
|
||||||
LOG.error("Failed to start DHCP process for network %s",
|
LOG.error("Failed to start DHCP process for network %s",
|
||||||
self.network.id)
|
self.network.id)
|
||||||
|
Loading…
Reference in New Issue
Block a user