mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adding a sleep to see if that allow beacons to start and stop
This commit is contained in:
parent
319667147b
commit
04e566b13a
1 changed files with 6 additions and 0 deletions
|
@ -670,6 +670,9 @@ def test_pillar_refresh_pillar_beacons(
|
|||
"saltutil.refresh_pillar", wait=True, minion_tgt=salt_minion.id
|
||||
)
|
||||
|
||||
# Give the beacons a chance to start
|
||||
time.sleep(5)
|
||||
|
||||
event_tag = f"salt/beacon/*/load/"
|
||||
start_time = time.time()
|
||||
|
||||
|
@ -691,6 +694,9 @@ def test_pillar_refresh_pillar_beacons(
|
|||
"saltutil.refresh_pillar", wait=True, minion_tgt=salt_minion.id
|
||||
)
|
||||
|
||||
# Give the beacons a chance to stop
|
||||
time.sleep(5)
|
||||
|
||||
event_tag = f"salt/beacon/*/load/"
|
||||
start_time = time.time()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue