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