testbench: increase main msg queue default shutdown timeout

this is necessary for very slow test environments
This commit is contained in:
Rainer Gerhards 2020-01-05 14:37:38 +01:00
parent a77b823c3b
commit 77ee19d9b0
No known key found for this signature in database
GPG Key ID: 0CB6B2A8BE80B499

View File

@ -215,6 +215,7 @@ global(inputs.timeout.shutdown="'$RSTB_GLOBAL_INPUT_SHUTDOWN_TIMEOUT'"
default.action.queue.timeoutshutdown="'$RSTB_ACTION_DEFAULT_Q_TO_SHUTDOWN'"
default.action.queue.timeoutEnqueue="'$RSTB_ACTION_DEFAULT_Q_TO_ENQUEUE'")
$MainmsgQueueTimeoutEnqueue 20000 # use legacy-style so that we can override if needed
$MainmsgQueueTimeoutShutdown 10000 # use legacy-style so that we can override if needed
$IMDiagListenPortFileName '$RSYSLOG_DYNNAME.imdiag$1.port'
$IMDiagServerRun 0
$IMDiagAbortTimeout '$TB_TEST_MAX_RUNTIME'