Reduce test flakiness

tests/pytests/scenarios/dns/multimaster/test_dns.py::test_multimaster_dns
This commit is contained in:
Daniel A. Wozniak 2025-01-16 16:01:14 -07:00 committed by Daniel Wozniak
parent 30e2d9aaf4
commit a5b78b55ce

View file

@ -39,7 +39,7 @@ def test_multimaster_dns(
log.info("Removed secondary master IP address.") log.info("Removed secondary master IP address.")
# Wait for the minion's master_alive_interval, adding a second for # Wait for the minion's master_alive_interval, adding a second for
# reliablity. # reliablity.
time.sleep(master_alive_interval + 1) time.sleep(master_alive_interval + 10)
assert ( assert (
"Master ip address changed from 172.16.0.1 to 127.0.0.1" in caplog.text "Master ip address changed from 172.16.0.1 to 127.0.0.1" in caplog.text
) )