mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Reduce test flakiness
tests/pytests/scenarios/dns/multimaster/test_dns.py::test_multimaster_dns
This commit is contained in:
parent
30e2d9aaf4
commit
a5b78b55ce
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def test_multimaster_dns(
|
|||
log.info("Removed secondary master IP address.")
|
||||
# Wait for the minion's master_alive_interval, adding a second for
|
||||
# reliablity.
|
||||
time.sleep(master_alive_interval + 1)
|
||||
time.sleep(master_alive_interval + 10)
|
||||
assert (
|
||||
"Master ip address changed from 172.16.0.1 to 127.0.0.1" in caplog.text
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue