mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Increase timeout duration in some broker tests.
This commit is contained in:
parent
dcbd0819a6
commit
d837d4a0be
4 changed files with 9 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# @TEST-EXEC: btest-bg-run clone "bro -b -r $TRACES/wikipedia.trace ../clone.bro broker_port=$BROKER_PORT >clone.out"
|
||||
# @TEST-EXEC: btest-bg-run master "bro -b -r $TRACES/wikipedia.trace ../master.bro broker_port=$BROKER_PORT >master.out"
|
||||
|
||||
# @TEST-EXEC: btest-bg-wait 20
|
||||
# @TEST-EXEC: btest-bg-wait 60
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-sort btest-diff clone/clone.out
|
||||
# @TEST-EXEC: btest-diff master/master.out
|
||||
|
||||
|
@ -17,7 +17,7 @@ global h: opaque of BrokerStore::Handle;
|
|||
global expected_key_count = 4;
|
||||
global key_count = 0;
|
||||
|
||||
global query_timeout = 15sec;
|
||||
global query_timeout = 30sec;
|
||||
|
||||
function do_lookup(key: string)
|
||||
{
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# @TEST-REQUIRES: grep -q ENABLE_BROKER $BUILD/CMakeCache.txt
|
||||
|
||||
# @TEST-EXEC: btest-bg-run master "bro -b -r $TRACES/wikipedia.trace %INPUT >out"
|
||||
# @TEST-EXEC: btest-bg-wait 20
|
||||
# @TEST-EXEC: btest-bg-wait 60
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-sort btest-diff master/out
|
||||
|
||||
redef exit_only_after_terminate = T;
|
||||
|
@ -16,7 +16,7 @@ const pop_expect_count = 2;
|
|||
|
||||
global test_size: event(where: string &default = "");
|
||||
|
||||
global query_timeout = 5sec;
|
||||
global query_timeout = 30sec;
|
||||
|
||||
event test_clear()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue