mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 16:50:42 +01:00
Merge pull request #3510 from rgerhards/tb-2gb-tests
testbench bugfix: long-running tests had too low runtime allowance
This commit is contained in:
commit
8ea65859f2
@ -5,6 +5,7 @@
|
||||
# adds a couple of messages to get it over 2GiB.
|
||||
# This is part of the rsyslog testbench, licensed under ASL 2.0
|
||||
. ${srcdir:=.}/diag.sh init
|
||||
export TB_TEST_MAX_RUNTIME=1200 # test is very slow as it works on large files
|
||||
generate_conf
|
||||
add_conf '
|
||||
module(load="../plugins/imfile/.libs/imfile")
|
||||
|
||||
@ -5,6 +5,7 @@
|
||||
# adds a couple of messages to get it over 2GiB.
|
||||
# This is part of the rsyslog testbench, licensed under ASL 2.0
|
||||
. ${srcdir:=.}/diag.sh init
|
||||
export TB_TEST_MAX_RUNTIME=1200 # test is very slow as it works on large files
|
||||
generate_conf
|
||||
add_conf '
|
||||
module(load="../plugins/imfile/.libs/imfile")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user