diff --git a/tests/imfile-endregex-timeout-with-shutdown-polling.sh b/tests/imfile-endregex-timeout-with-shutdown-polling.sh index 4bd719364..f5be3cd37 100755 --- a/tests/imfile-endregex-timeout-with-shutdown-polling.sh +++ b/tests/imfile-endregex-timeout-with-shutdown-polling.sh @@ -29,7 +29,7 @@ if $msg contains "msgnum:" then # to pick up the data (IN MULTIPLE ITERATIONS!) echo 'msgnum:0 msgnum:1' > rsyslog.input -./msleep 5000 +./msleep 8000 echo ' msgnum:2 msgnum:3' >> rsyslog.input @@ -45,10 +45,10 @@ echo ' msgnum:2 # new data echo ' msgnum:4' >> rsyslog.input -./msleep 5000 +./msleep 8000 echo ' msgnum:5 msgnum:6' >> rsyslog.input -./msleep 5000 +./msleep 8000 # the next line terminates our test. It is NOT written to the output file, # as imfile waits whether or not there is a follow-up line that it needs