Test case timeout prevents message log to display messages before the end of the test
Hello,
using my own python library of keywords, there is a problem when a test timeout is set, that it displays all messages in message log which have been written there only at the end of the test.
When the test timeout is not set, all of the messages are displaying continually as the time pass.
Do you know anything about such an issue?
@spitamatus Can you make a reproducible case and library? Would that depend on the Operating System your run the test?
I am attaching a test case and a library which illustrates mentioned behaviour. Setting a test case timeout there will make RIDE`s message log display all messages at the end of the test. Example.zip
I forgot to mention that this happens to me on Windows 7 as well as Windows 10.
I have been experimenting this and did not have much success when using robot. Never got to have instant logging, only appears in the end of test run. (But RIDE still behaves like described).
I attach my files with a Listener.
test_temeout.zip