Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Sep 20, 2024
1 parent 96a5158 commit 045c2dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsoft/testsuites/vm_extensions/azsecpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _install_security_agent_extension(self, node: Node, log: Logger) -> None:
posix_os: Posix = cast(Posix, node.os)
azsec_packages = ["azure-security", "azsec-monitor", "azsec-clamav", "auoms"]
loop_count = 0
while loop_count < 10:
while loop_count < 120:
result = True
for package in azsec_packages:
result = posix_os.package_exists(package) and result
Expand Down

0 comments on commit 045c2dd

Please sign in to comment.