Skip to content

Commit

Permalink
Increase beacon add timeout for more reliable test
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz authored and vzhestkov committed Aug 30, 2024
1 parent f260751 commit 3e7b933
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def setup_beacons(mm_master_1_salt_cli, salt_mm_minion_1, inotify_test_path):
"inotify",
beacon_data=[{"files": {str(inotify_test_path): {"mask": ["create"]}}}],
minion_tgt=salt_mm_minion_1.id,
timeout=60,
)
assert ret.returncode == 0
log.debug("Inotify beacon add returned: %s", ret.data or ret.stdout)
Expand Down

0 comments on commit 3e7b933

Please sign in to comment.