Update btests/baselines for OpenDict compat

Haven't checked different build configurations yet, but all except
a few SumStats tests are stable for me now.  The external tests
are also completely failing, but haven't looked at those yet.
This commit is contained in:
Jon Siwek 2020-08-05 21:12:13 -07:00 committed by Tim Wojtulewicz
parent 37d3cfbd44
commit 94aee910d5
27 changed files with 122 additions and 112 deletions

View file

@ -17,7 +17,7 @@ redef exit_only_after_terminate = T;
redef Intel::read_files += { "../intel.dat" };
redef enum Intel::Where += { SOMEWHERE };
redef Intel::item_expiration = 9sec;
redef table_expire_interval = 3sec;
redef table_expire_interval = 2sec;
global runs = 0;
event do_it()