Increase timeout interval of communication-related btests.

This may help clear up some transient test failures on the NMI testbed.
This commit is contained in:
Jon Siwek 2011-12-19 13:12:02 -06:00
parent 23177aa081
commit 578cd06176
11 changed files with 13 additions and 13 deletions

View file

@ -3,7 +3,7 @@
# @TEST-EXEC: btest-bg-run proxy-2 BROPATH=$BROPATH:.. CLUSTER_NODE=proxy-2 bro %INPUT
# @TEST-EXEC: btest-bg-run worker-1 BROPATH=$BROPATH:.. CLUSTER_NODE=worker-1 bro %INPUT
# @TEST-EXEC: btest-bg-run worker-2 BROPATH=$BROPATH:.. CLUSTER_NODE=worker-2 bro %INPUT
# @TEST-EXEC: btest-bg-wait -k 2
# @TEST-EXEC: btest-bg-wait -k 10
# @TEST-EXEC: btest-diff manager-1/.stdout
# @TEST-EXEC: btest-diff proxy-1/.stdout
# @TEST-EXEC: btest-diff proxy-2/.stdout
@ -23,4 +23,4 @@ redef Cluster::nodes = {
event remote_connection_handshake_done(p: event_peer)
{
print "Connected to a peer";
}
}