Skip to content

Commit

Permalink
refactor(#2947): increase the waiting time before receiving events
Browse files Browse the repository at this point in the history
  • Loading branch information
jmv74211 committed Oct 4, 2022
1 parent fdb9293 commit e9c49fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_limitation(configuration, metadata, load_wazuh_basic_configuration, set
waited_simulator_time = 0

# Wait until syslog simulator is started
time.sleep(1)
time.sleep(1.5)

# Get analysisd stats
analysisd_state = evm.get_analysisd_state()
Expand Down

0 comments on commit e9c49fc

Please sign in to comment.