Skip to content

Commit

Permalink
style: remove extra whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits committed Jun 18, 2024
1 parent 7433697 commit 8b40e58
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,14 +320,12 @@ def test_first_syscollector_scan(
"Syscollector scan not started in any agent. Check agent logs for more information"
)


logging.critical("Waiting 30 minutes to avoid Indexer abuseControl.")
time.sleep(MINIMUM_TIMEOUT_RESCAN)

logging.critical("Waiting until agent all agents have been scanned.")
time.sleep(TIMEOUT_PER_AGENT_VULNERABILITY_FIRST_SCAN * len(AGENTS_SCANNED_FIRST_SCAN))


logging.critical("Checking vulnerabilities in the index")
vuln_by_agent_index = get_vulnerabilities_from_states_by_agent(
host_manager,
Expand Down

0 comments on commit 8b40e58

Please sign in to comment.