summaryrefslogtreecommitdiffstats
path: root/tests/complex1.sh
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-08-10 18:29:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-08-10 18:29:22 +0200
commitb5b4bd138949f09b3703e6f7f5caf46d361fa41c (patch)
tree965f154067fe374a28fbc8e60633ae3bf21294c0 /tests/complex1.sh
parent83948a07fd0a9a9a3ea7db8647a0c1d032f0bc2e (diff)
downloadrsyslog-b5b4bd138949f09b3703e6f7f5caf46d361fa41c.tar.gz
rsyslog-b5b4bd138949f09b3703e6f7f5caf46d361fa41c.tar.xz
rsyslog-b5b4bd138949f09b3703e6f7f5caf46d361fa41c.zip
small improvements to testbench
Diffstat (limited to 'tests/complex1.sh')
-rwxr-xr-xtests/complex1.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/complex1.sh b/tests/complex1.sh
index 7f3cd994..954ddf6c 100755
--- a/tests/complex1.sh
+++ b/tests/complex1.sh
@@ -12,7 +12,7 @@ source $srcdir/diag.sh init
source $srcdir/diag.sh startup complex1.conf
# send 30,000 messages of 400 bytes plus header max, via three dest ports
source $srcdir/diag.sh tcpflood -m40000 -rd400 -P129 -f5 -n3 -c15 -i1
-sleep 2 # due to large messages, we need this time for the tcp receiver to settle...
+sleep 4 # due to large messages, we need this time for the tcp receiver to settle...
source $srcdir/diag.sh shutdown-when-empty # shut down rsyslogd when done processing messages
source $srcdir/diag.sh wait-shutdown # and wait for it to terminate
ls rsyslog.out.*.log