testbench bugfix: long-running tests had too low runtime allowance

closes https://github.com/rsyslog/rsyslog/issues/3493
This commit is contained in:
Rainer Gerhards 2019-02-22 19:11:14 +01:00
parent 19671a1382
commit e36723baba
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499
2 changed files with 2 additions and 0 deletions

View File

@ -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")

View File

@ -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")