Skip to content

Writing messages to debug file and to console is delayed when timeouts are used #3644

@gajendraks

Description

@gajendraks

Steps to reproduce:

  • Include [Timeout] in the test case
  • Execute the robot suite
*** Settings ***
Library     lib.py

*** Test Cases ***
Test
    [Timeout]    20 sec
    Keyword

Observed

  • The logs are not getting written into the the console output or the debugfile until keyword ends.

Expected

  • The logs should appear in console and debugfile in realtime.

Note: I see the realtime logging happening to console output and debugfile in the v3.0.4. But not in v3.2.1

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions