mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Extend the timeouts on a few intel tests, update baselines
This commit is contained in:
parent
21872aef39
commit
7496cf14c7
10 changed files with 38 additions and 33 deletions
|
@ -63,5 +63,5 @@ hook Intel::item_expired(indicator: string, indicator_type: Intel::Type,
|
|||
|
||||
event zeek_init() &priority=-10
|
||||
{
|
||||
schedule 1.5sec { do_it() };
|
||||
schedule 4sec { do_it() };
|
||||
}
|
||||
|
|
|
@ -39,5 +39,5 @@ event Intel::log_intel(rec: Intel::Info)
|
|||
|
||||
event zeek_init() &priority=-10
|
||||
{
|
||||
schedule 1sec { do_it() };
|
||||
schedule 4sec { do_it() };
|
||||
}
|
||||
|
|
|
@ -34,5 +34,5 @@ event Intel::log_intel(rec: Intel::Info)
|
|||
|
||||
event zeek_init() &priority=-10
|
||||
{
|
||||
schedule 1sec { do_it() };
|
||||
schedule 4sec { do_it() };
|
||||
}
|
||||
|
|
|
@ -31,7 +31,7 @@ event do_it()
|
|||
|
||||
event zeek_init() &priority=-10
|
||||
{
|
||||
schedule 1sec { do_it() };
|
||||
schedule 4sec { do_it() };
|
||||
}
|
||||
|
||||
global log_lines = 0;
|
||||
|
|
|
@ -50,7 +50,7 @@ event zeek_init()
|
|||
# Delay the workers searching for hits briefly to allow for the data distribution
|
||||
# mechanism to distribute the data to the workers.
|
||||
if ( Cluster::local_node_type() == Cluster::WORKER )
|
||||
schedule 2sec { do_it() };
|
||||
schedule 4sec { do_it() };
|
||||
}
|
||||
|
||||
event do_terminate()
|
||||
|
|
|
@ -27,5 +27,5 @@ event do_it()
|
|||
|
||||
event zeek_init() &priority=-10
|
||||
{
|
||||
schedule 1sec { do_it() };
|
||||
schedule 3sec { do_it() };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue