Skip to content

Commit

Permalink
[#53309] tests: demo: test_demo: Increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <mtorhan@antmicro.com>
  • Loading branch information
m-torhan authored and glatosinski committed Apr 3, 2024
1 parent 6ad1a4c commit bf1af99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/demo/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_demo(self, binary: Path):
platform.load_elf(binary)

testers = [
TerminalTester(getattr(platform.sysbus, uart_name), 10)
TerminalTester(getattr(platform.sysbus, uart_name), 30)
for uart_name in dir(platform.sysbus)
if "uart" in uart_name or "usart" in uart_name
]
Expand Down

0 comments on commit bf1af99

Please sign in to comment.