Extend the timeouts on a few intel tests, update baselines

This commit is contained in:
Tim Wojtulewicz 2020-03-02 15:49:49 -07:00
parent 21872aef39
commit 7496cf14c7
10 changed files with 38 additions and 33 deletions

View file

@ -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()